ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:72439] [Ruby trunk - Bug #11862] [Open] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
       [not found] <redmine.issue-11862.20151222194337@ruby-lang.org>
@ 2015-12-22 19:43 ` normalperson
  2015-12-22 21:59 ` [ruby-core:72445] [Ruby trunk - Bug #11862] " nobu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: normalperson @ 2015-12-22 19:43 UTC (permalink / raw)
  To: ruby-core

Issue #11862 has been reported by Eric Wong.

----------------------------------------
Bug #11862: [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
https://bugs.ruby-lang.org/issues/11862

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
We've had this bug for years, but writing a portable test for it could
be challenging.  I think it is safe to commit w/o tests; on the other hand
I doubt anybody would really care if it's fixed before 2.3 since we've
had this bug since 1.9.3 and nobody noticed.


---Files--------------------------------
0001-ext-socket-init.c-rsock_init_sock-reject-reserved-FD.patch (655 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:72445] [Ruby trunk - Bug #11862] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
       [not found] <redmine.issue-11862.20151222194337@ruby-lang.org>
  2015-12-22 19:43 ` [ruby-core:72439] [Ruby trunk - Bug #11862] [Open] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs normalperson
@ 2015-12-22 21:59 ` nobu
  2016-02-25  8:50 ` [ruby-core:73976] [Ruby trunk Bug#11862] " usa
  2016-03-08 18:52 ` [ruby-core:74227] " nagachika00
  3 siblings, 0 replies; 4+ messages in thread
From: nobu @ 2015-12-22 21:59 UTC (permalink / raw)
  To: ruby-core

Issue #11862 has been updated by Nobuyoshi Nakada.


Indeed, it seems necessary.

----------------------------------------
Bug #11862: [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
https://bugs.ruby-lang.org/issues/11862#change-55739

* Author: Eric Wong
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
We've had this bug for years, but writing a portable test for it could
be challenging.  I think it is safe to commit w/o tests; on the other hand
I doubt anybody would really care if it's fixed before 2.3 since we've
had this bug since 1.9.3 and nobody noticed.


---Files--------------------------------
0001-ext-socket-init.c-rsock_init_sock-reject-reserved-FD.patch (655 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:73976] [Ruby trunk Bug#11862] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
       [not found] <redmine.issue-11862.20151222194337@ruby-lang.org>
  2015-12-22 19:43 ` [ruby-core:72439] [Ruby trunk - Bug #11862] [Open] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs normalperson
  2015-12-22 21:59 ` [ruby-core:72445] [Ruby trunk - Bug #11862] " nobu
@ 2016-02-25  8:50 ` usa
  2016-03-08 18:52 ` [ruby-core:74227] " nagachika00
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2016-02-25  8:50 UTC (permalink / raw)
  To: ruby-core

Issue #11862 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED

ruby_2_1 r53924 merged revision(s) 53259.

----------------------------------------
Bug #11862: [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
https://bugs.ruby-lang.org/issues/11862#change-57129

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED
----------------------------------------
We've had this bug for years, but writing a portable test for it could
be challenging.  I think it is safe to commit w/o tests; on the other hand
I doubt anybody would really care if it's fixed before 2.3 since we've
had this bug since 1.9.3 and nobody noticed.


---Files--------------------------------
0001-ext-socket-init.c-rsock_init_sock-reject-reserved-FD.patch (655 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:74227] [Ruby trunk Bug#11862] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
       [not found] <redmine.issue-11862.20151222194337@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-02-25  8:50 ` [ruby-core:73976] [Ruby trunk Bug#11862] " usa
@ 2016-03-08 18:52 ` nagachika00
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2016-03-08 18:52 UTC (permalink / raw)
  To: ruby-core

Issue #11862 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: REQUIRED, 2.1: DONE, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE

Backported into `ruby_2_2` branch at r54039.

----------------------------------------
Bug #11862: [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs
https://bugs.ruby-lang.org/issues/11862#change-57362

* Author: Eric Wong
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE
----------------------------------------
We've had this bug for years, but writing a portable test for it could
be challenging.  I think it is safe to commit w/o tests; on the other hand
I doubt anybody would really care if it's fixed before 2.3 since we've
had this bug since 1.9.3 and nobody noticed.


---Files--------------------------------
0001-ext-socket-init.c-rsock_init_sock-reject-reserved-FD.patch (655 Bytes)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-08 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11862.20151222194337@ruby-lang.org>
2015-12-22 19:43 ` [ruby-core:72439] [Ruby trunk - Bug #11862] [Open] [PATCH] ext/socket/init.c (rsock_init_sock): reject reserved FDs normalperson
2015-12-22 21:59 ` [ruby-core:72445] [Ruby trunk - Bug #11862] " nobu
2016-02-25  8:50 ` [ruby-core:73976] [Ruby trunk Bug#11862] " usa
2016-03-08 18:52 ` [ruby-core:74227] " nagachika00

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).