Do not let internal JDK zlib symbols leak out of fastdebug libzip.so (original) (raw)
Martin Buchholz martinrb at google.com
Wed Feb 27 23:16:43 UTC 2013
- Previous message (by thread): Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
- Next message (by thread): Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have another iteration of this change http://cr.openjdk.java.net/~martin/webrevs/openjdk8/hide-zlib/ that adds exciting new exception detail message for the InternalError I was scratching my head about earlier.
msg = strm->msg;
msg = ((strm->msg != NULL) ? strm->msg :
(ret == Z_VERSION_ERROR) ?
"zlib returned Z_VERSION_ERROR: "
"compile time and runtime zlib implementations differ" :
(ret == Z_STREAM_ERROR) ?
"inflateInit2 returned Z_STREAM_ERROR" :
"unknown error initializing zlib library");
- Previous message (by thread): Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
- Next message (by thread): Do not let internal JDK zlib symbols leak out of fastdebug libzip.so
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]