X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..4b8ccfeb5cff79382167d1d7d6c765870ed1a5cd:/src/alloc-x3.c diff --git a/src/alloc-x3.c b/src/alloc-x3.c index 9f32c70..9d78a14 100644 --- a/src/alloc-x3.c +++ b/src/alloc-x3.c @@ -150,3 +150,5 @@ verify(const void *ptr) assert(header->magic == ALLOC_MAGIC); assert(!memcmp((char*)(header + 1) + header->size, redzone, sizeof(redzone))); } + +