[java/PATCH] PR 30454 Fix bootstrap on a couple of targets, empty "zip" file in class path can cause leakage of file streams

Tom Tromey tromey@redhat.com
Tue Jan 23 17:50:00 GMT 2007


>>>>> "Andrew" == Andrew Pinski <pinskia@gmail.com> writes:

Andrew> The problem here is that empty "zip" files in the classpath
Andrew> would cause leakage of file streams which meant after a while,
Andrew> we hit the limit of opened files.

Nice catch, thanks.

Andrew> OK?

I think we should free 'zipf' in the 'return NULL' cases.
Ok with that change.

Tom



More information about the Java-patches mailing list