-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
26
-
None
-
generic
-
generic
The following is reported when building with the gcc static analyzer (-fanalyzer) :
/jdk/src/java.base/unix/native/libjava/java_props_md.c:244:17: warning: leak of 'temp' [CWE-401] [-Wanalyzer-malloc-leak]
244 | return 0;
Seems we have to free temp in an early return.
/jdk/src/java.base/unix/native/libjava/java_props_md.c:244:17: warning: leak of 'temp' [CWE-401] [-Wanalyzer-malloc-leak]
244 | return 0;
Seems we have to free temp in an early return.
- links to
-
Review(master) openjdk/jdk/26264