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 [CABMAN] Add commandline support for creating a cab with folders 2020-09-20 17:28:02 +02:00
cabinet.h [CABMAN] Fix GCC13 buffer format overflow warning (#7408) 2024-10-08 17:47:46 +02:00
cabman.cxx [CABMAN] Make cabman exit with non-zero exit code if argument parsing fails (#4022) 2022-05-05 17:21:54 +02:00
cabman.h
CCFDATAStorage.cxx [CABMAN] Move CCFDATAStorage to a separate header 2020-09-07 22:16:42 +02:00
CCFDATAStorage.h [CABMAN] Move CCFDATAStorage to a separate header 2020-09-07 22:16:42 +02:00
CMakeLists.txt [CABMAN] Ensure we are minimally building with c++11 2020-09-07 22:16:42 +02:00
dff.txt
dfp.cxx [CABMAN] Fix GCC13 buffer format overflow warning (#7408) 2024-10-08 17:47:46 +02:00
dfp.h
mszip.cxx
mszip.h
raw.cxx
raw.h