Updated by tuxillo over 3 years ago
malloc(SIZE_MAX) returns a buffer sized for 0 bytes on i386; this is because the addition and mask on nmalloc.c line 824 can overflow.
Back