This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/6717] Race condition in GNAT.Sockets.Create_Selector


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6717



------- Additional Comments From fw at deneb dot enyo dot de  2003-10-21 16:51 -------
Subject: Re:  Race condition in GNAT.Sockets.Create_Selector

In Create_Selector, the call to C_Accept might accept a connection that
is not the one that was started a couple of lines above.  The code does
not deal with that situation in any way.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]