Re: Hold it there folks...


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ] [ Home ]

Subject: Re: Hold it there folks...
Name: JFreak
Date: 4/9/2002 12:41:24 AM (GMT-7)
IP Address: 80.254.173.19
In Reply to: Re: Hold it there folks... posted by tide
Message:

The NullByte (\0) on Position 1025 will be overwritten in cause of the wrong for statement
(i > 1025), it should be (i >= 1025),
so this code will produce an buffer overflow with an not predictable end...

try this in java...
you'll get an "out of array bounds Exception"
or such similar..

[ View FollowUps | Post Followup | Main ]



Follow Ups:



Maximum of 100 messages displayed.

Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:
Upload some images for this post


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ]