|
|||||||||||
|
Re: Administrivia: List Announcement
From: David Riley <oscar(at)the-rileys.net>
Date: Tue May 13 2003 - 13:36:24 EDT On Tuesday, May 13, 2003, at 12:25 PM, Dave McKinney wrote: > We'll kick this off with the first challenge, which was devised by
Now, the only error I see in this program is that the for() loop checks for i <= SIZE rather than i < SIZE. However, this doesn't seem to affect much... when I run the compiled program on my OS X machine with these args: ./vuln `perl -e 'print "a" x 2000'` `perl -e 'print "b" x 2000'` It exits cleanly. I imagine that it might overwrite a byte somewhere, but it's not really doing much for me. Thanks, and great idea, David Received on Tue May 13 18:06:44 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:39 EDT |
||||||||||
|
|||||||||||