There seems to be a case where utf_util.c getWideString might leak memory in an early return ; it misses a free but currently an abort() call is done anyway in UTF_ERROR so the free is not really needed.
However in some cases we might consider not doing the about but using the already existing fallback "just_copy_bytes" .
However in some cases we might consider not doing the about but using the already existing fallback "just_copy_bytes" .
- links to
-
Review openjdk/jdk/9918