-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b25
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208774 | 12 | Philip Race | P2 | Resolved | Fixed | b06 |
JDK-8209208 | 11.0.2 | Philip Race | P2 | Resolved | Fixed | b01 |
JDK-8209283 | 11.0.1 | Philip Race | P2 | Resolved | Fixed | b05 |
There are a couple of potential memory leaks in harfbuzz, where
allocated memory is neither returned nor freed after an error condition:
https://github.com/harfbuzz/harfbuzz/pull/1115
One of these should not affect OpenJDK since we don't compile the
file (hb-ft.c) but the other could. However best to pull in both of them
since we do have the file, just don't currently build it.
allocated memory is neither returned nor freed after an error condition:
https://github.com/harfbuzz/harfbuzz/pull/1115
One of these should not affect OpenJDK since we don't compile the
file (hb-ft.c) but the other could. However best to pull in both of them
since we do have the file, just don't currently build it.
- backported by
-
JDK-8208774 Fix potential memory leak in harfbuzz shaping.
-
- Resolved
-
-
JDK-8209208 Fix potential memory leak in harfbuzz shaping.
-
- Resolved
-
-
JDK-8209283 Fix potential memory leak in harfbuzz shaping.
-
- Resolved
-