Review Request for 9000142: PlatformPCSC.java loading unversioned native shared library
Severin Gehwolf
sgehwolf at redhat.com
Fri Mar 1 10:30:28 UTC 2013
Hi,
The bug for this review request is at:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=9000142
In PlatformPCSC.java unversioned native libraries are loaded by default
if no system property is specified. This could lead to a JVM crash if
the API of the native library changes, but the Java code still relies on
old API. The fix is to load versioned shared libraries instead.
See also:
https://bugzilla.redhat.com/show_bug.cgi?id=910107
The webrev is here:
http://jerboaa.fedorapeople.org/bugs/openjdk/9000142/webrev.0/
Thanks,
Severin
More information about the security-dev
mailing list