mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
- Add code to detect buffer overflows and buffer underflows on memory operations. This code is only enabled if _DEBUG is defined.
- Change all calls to malloc, realloc and free to cmd_alloc, cmd_realloc and cmd_free svn path=/trunk/; revision=28065
This commit is contained in:
parent
9da2ad12a6
commit
df91a99233
57 changed files with 335 additions and 221 deletions
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include "resource.h"
|
||||
|
||||
#ifdef INCLUDE_CMD_DELAY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue