Use of sprintf is seen as a red flag as many of its uses are insecure.
OpenBSD warns about it while compiling, and some modern platforms, e.g.
cloudlibc from cloudabi don't
even provide it anymore.
Backport of core PR9867
Differential D2697
test: Replace remaining sprintf with snprintf Fabien on Mar 18 2019, 12:59. Authored by
Details
Use of sprintf is seen as a red flag as many of its uses are insecure. Backport of core PR9867 make check
Diff Detail
Event Timeline |