JDK 17 | JDK 21 | JDK 22 |
---|---|---|
17.0.11Fixed | 21Fixed | 22 b06Fixed |
Relates :
|
JDK-8307990 introduced two conditional return statements that return without free-ing the allocated `buf`. Here: 1. https://github.com/openjdk/jdk/commit/39f6d807dbbe0c9ecd72fe2f76bfbc3091b43c80#diff-ffbcab6325b2ae4b57a81e39c51c155cb2dab372bc915060dfc47159c345797fR561 2. https://github.com/openjdk/jdk/commit/39f6d807dbbe0c9ecd72fe2f76bfbc3091b43c80#diff-ffbcab6325b2ae4b57a81e39c51c155cb2dab372bc915060dfc47159c345797fR569
|