This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: RFC: Too many race conditions.


* Andrew Haley:

> Hmm.  This depends, does it not, on the fact that a blocking call does
> not return when a file descriptor is closed?  This sounds to me like a
> bug in the kernel,

I think the fundamental issue is that the object associated with the
descriptor might change before the system call is even issued.

> Is this an exploitable security hole?  I suppose it is.

Yes, that is my hunch as well.  Which means that it needs to be fixed
if you ever want to support mobile code.


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