Many good points
Many good points
Posted Nov 8, 2007 20:32 UTC (Thu) by dvdeug (subscriber, #10998)In reply to: Many good points by pynm0001
Parent article: Daniel Bernstein: ten years of qmail security
Why would most languages have the integer overflow problem? You can detect an integer overflow at runtime, and do something intelligent, like throw an exception. Even C as standardized doesn't let you overflow an integer; it's undefined behavior, but wrap-around semantics assumed so often that optimizing it breaks many programs.
