|
|||||||||||
|
RE: Administrivia: List Announcement
From: Shafik Yaghmour <subs(at)shafik.net>
Date: Tue May 13 2003 - 18:44:20 EDT
> If I supply an argv[1] of > 252 bytes, then byte 253 may (depending on
Hmmm, for me it seg faults on free(buf1). I am running on Linux BTW, here is some output from gdb:
[shafik@localhost VULNDEV]$ ./a.out `perl -e 'print "A"x2000'` `perl -e 'print "B"x2000'`
Segmentation fault (core dumped)
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'.Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libc.so.6...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 #0 0x400aa1e6 in chunk_free (ar_ptr=0x4015bc80, p=0x8049770) at malloc.c:3242 3242 malloc.c: No such file or directory.
in malloc.c
-- Those who dream by day are cognizant of many things which escape those who dream only by night. -Edgar Allan PoeReceived on Tue May 13 19:05:46 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:39 EDT |
||||||||||
|
|||||||||||