|
|||||||||||
|
Re: Administrivia: List Announcement
From: Wojciech Purczynski <cliph(at)isec.pl>
Date: Wed May 14 2003 - 08:12:54 EDT > > for (i = 0; i <= SIZE && p1[i] != '\0'; i++)
You missed an off-by-one bug. In case of malloc failure you'll get NULL-pointer dereference at strncpy() or for-loop. No overflows, no double free bugs at all (assuming you have no memory pages mapped at 0x0 ;) )
Cheers,
-- Wojciech Purczynski iSEC Security Research http://isec.pl/Received on Wed May 14 11:36:34 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:39 EDT |
||||||||||
|
|||||||||||