reactos/sdk/tools/cabman
Hermès Bélusca-Maïto a0f8b40d5a
[CABMAN] Fix GCC13 buffer format overflow warning (#7408)
CORE-19724

sdk/tools/cabman/dfp.cxx:1136:36: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
 1136 |             sprintf(InfLine, "%s=%s", GetFileName(SrcName).c_str(), DstName);
      |                                    ^
sdk/tools/cabman/dfp.cxx:1136:20: note: 'sprintf' output 2 or more bytes (assuming 4097) into a destination of size 4096
2024-10-08 17:47:46 +02:00
..
cabinet.cxx
cabinet.h
cabman.cxx
cabman.h
CCFDATAStorage.cxx
CCFDATAStorage.h
CMakeLists.txt
dff.txt
dfp.cxx
dfp.h
mszip.cxx
mszip.h
raw.cxx
raw.h