reactos/sdk
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
..
cmake [GCC-COMPAT] Add support library for GCC's libsupc++ and libstdc++ 2024-07-09 12:01:24 +02:00
include [SDK][FMIFS] Partially implement QueryDeviceInformation 2024-10-07 11:16:03 +02:00
lib [ATL] Implement CAtlList::AddHeadList and CAtlList::AddTailList 2024-10-07 15:41:28 +02:00
tools [CABMAN] Fix GCC13 buffer format overflow warning (#7408) 2024-10-08 17:47:46 +02:00