Change the garbage value to 0xdb

If that garbage value becomes the LSB of a pointer, the pointer is more
likely to be unaligned, an trigger more bugs.
This commit is contained in:
Frank Denis
2016-10-15 18:54:56 +02:00
parent 49741c59e8
commit aff4aaeabf
+1 -1
View File
@@ -33,7 +33,7 @@
#endif
#define CANARY_SIZE 16U
#define GARBAGE_VALUE 0xd0
#define GARBAGE_VALUE 0xdb
#ifndef MAP_NOCORE
# define MAP_NOCORE 0