Jochen Hoenicke wrote: > > I have removed the synchronization (though the perl script supports > it), since it is unnecessary. The De/Inflater is by design not thread > safe, since de/inflate and setInput are distinct functions. The > comment I put in the header of the java files documents this. Please only doublecheck it is impossible to crash native code with malicious multithreading. It can fail with any exception, kill thread etc, but crashing a vm would be a security problem. Artur
- java.util.zip JNI/CNI Mark Wielaard
- Re: java.util.zip JNI/CNI Bryce McKinlay
- Re: java.util.zip JNI/CNI Tom Tromey
- Re: java.util.zip JNI/CNI Jochen Hoenicke
- Re: java.util.zip JNI/CNI Etienne M. Gagnon
- Re: java.util.zip JNI/CNI Tom Tromey
- Re: java.util.zip JNI/CNI Artur Biesiadowski
- Re: java.util.zip JNI/CNI Jochen Hoenicke
- Re: java.util.zip JNI/CNI Bryce McKinlay
- Re: java.util.zip JNI/CNI Artur Biesiadowski
- Re: java.util.zip JNI/CNI Tom Tromey
- Re: java.util.zip JNI/CNI John Leuner