Top 25 coding errors

Programming, for all ages and all languages.
Post Reply
User avatar
LMN
Posts: 16
Joined: Tue Dec 30, 2008 6:11 pm
Location: Germany

Top 25 coding errors

Post by LMN »

Hi,

if you didn't notice it by now:

http://www.sans.org/top25errors/

I personally think input validation is most critical. What do you think?

Regards,
LMN
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: Top 25 coding errors

Post by JohnnyTheDon »

I personally think input validation is most critical. What do you think?
It definitely is. As a close (and related) second, I would have to pick buffer overflows. They're potent little bastards when pulled off correctly.
User avatar
Firestryke31
Member
Member
Posts: 550
Joined: Sat Nov 29, 2008 1:07 pm
Location: Throw a dart at central Texas
Contact:

Re: Top 25 coding errors

Post by Firestryke31 »

JohnnyTheDon wrote:
It definitely is. As a close (and related) second, I would have to pick buffer overflows. They're potent little bastards when pulled off correctly.
I remember reading about a 420 (approx.) byte virus that nearly shut down the internet for about 15 minutes by using a buffer overflow error in some MS server software. Of course, IIRC this happened when most of the people in the affected regions were asleep, so it wasn't as bad as it could have been.

I wish I could remember where I read it, because they gave an opcode by opcode dissection of the source of the virus, which was cool.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
Post Reply