in reply to Re^8: Attack on Perl or Perl's need better PR (again)
in thread Attack on Perl or Perl's need better PR (again)
It was so subtle, that type of bug, that we realized that this was no longer an API-type of programmer mistake, but that people don’t actually understand the C programming language, or even basic arithmetic with restricted-size variables.I think to myself, "Ah, another way our languages help defeat security". Same goes for 99% of all security breaches. Could have been avoided or rendered harmless by using better languages. Its one thing to put up with crappy languages in the present. But why do we insist on punshing ourselves forever by not exploring greener pastures? Sigh.This integer overflow thing is really scary because as programmers, we really can’t spot them; we can read the code, and they’ll just go right over our heads. We can’t even spot them, even if we know what we’re doing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Attack on Perl or Perl's need better PR (again)
by dragonchild (Archbishop) on Dec 01, 2005 at 21:14 UTC | |
by Anonymous Monk on Dec 01, 2005 at 21:53 UTC |