1 2 3 4 5 6 7
#include <stdlib.h> int main() { void *ret = reallocarray(NULL, 69, 0xCB7); free(ret); return !ret; }