mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +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
|
@ -27,7 +27,6 @@
|
|||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include "resource.h"
|
||||
|
||||
#ifdef INCLUDE_CMD_CLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue