-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
tiger
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2144315 | 1.4.2_14 | Nikolay Gorshkov | P2 | Resolved | Fixed | b02 |
The code for FREE_AND_RETURN_NULL is missing a null check when ze is
never initialized. It is currently dereferencing a null pointer to free one
of it's fields. ###@###.###'s suggested fix for this problem and some
additional changes to address a potential Thread.interrupt during class loaded
are provided in the "Suggested Fix".
-- iag@sfbay 2003-04-11
never initialized. It is currently dereferencing a null pointer to free one
of it's fields. ###@###.###'s suggested fix for this problem and some
additional changes to address a potential Thread.interrupt during class loaded
are provided in the "Suggested Fix".
-- iag@sfbay 2003-04-11
- backported by
-
JDK-2144315 FREE_AND_RETURN_NULL target in readLoc() in zip_util.c is missing null check
-
- Resolved
-
- relates to
-
JDK-4766057 Reading entries from certain zipped files causes JVM death (native exception)
-
- Closed
-