PATCH: fix buffer overrun in natFile.cc

Tom Tromey tromey@redhat.com
Thu May 31 09:33:00 GMT 2001


>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:

Jeff> (Note that the readdir fallback should really be protected by a
Jeff> mutex.  I didn't try to fix that.)

I think this is as easy as putting this before the second `while':

    JvSynchronize sync (&java::io::File::class$);

If you want to, feel free to check in a patch that does that.  I don't
think that fix is particularly important for the branch though.

Tom



More information about the Java-patches mailing list