Project

General

Profile

Bug #2130

Updated by tuxillo over 2 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