Skip to content

Changes

Summary

  1. Avoid "use-after-free" warning with gcc 13 (commit: 0b20034) (details)
  2. Fix stringop-overflow error in OMRSimplifierHandlers.cpp (commit: b776f8e) (details)
Commit 0b20034f5d3557605e4b618db74702109a2a9648 by Keith W. Campbell
Avoid "use-after-free" warning with gcc 13

Using a FILE* handle after a call to fclose() (even for tracing)
counts as use-after-free problem.

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
(commit: 0b20034)
The file was modified port/common/omrfilestream.c (diff)
Commit b776f8ecf96b6c1a04cf1905f494cd2589beed19 by Keith W. Campbell
Fix stringop-overflow error in OMRSimplifierHandlers.cpp

gcc 13 believes two entries per bit are required

Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
(commit: b776f8e)
The file was modified compiler/optimizer/OMRSimplifierHandlers.cpp (diff)