A recent patch replaced two sprintf() calls with snprintf(), but didn't
use the right length for the remaining space in the buffer.
Details
Details
Diff Detail
Diff Detail
Differential D155224
[flang][unittests] Fix recent snprintf() changes to use correct buffer lengths klausler on Jul 13 2023, 11:04 AM. Authored by
Details A recent patch replaced two sprintf() calls with snprintf(), but didn't
Diff Detail |