On 09/08/2015 11:08 PM, Chih-Hung Hsieh wrote: > + void *phdrs = malloc (phnum * sizeof (phdr_u));
If you change this code anyway, it's sensible to check for integer overflow in the size computation. Thanks, Florian
On 09/08/2015 11:08 PM, Chih-Hung Hsieh wrote: > + void *phdrs = malloc (phnum * sizeof (phdr_u));
If you change this code anyway, it's sensible to check for integer overflow in the size computation. Thanks, Florian