Integer overflow: Difference between revisions

Content deleted Content added
bugfix in link
External links: Added link to CNET blog article on Java and integer overflows
Line 41:
*[http://www.phrack.org/archives/60/p60-0x09.txt Phrack #60, Big Loop Integer Protection]
*[http://thetaeng.com/TimerWrap.htm How to implement efficiently in C]
*[http://blogs.cnet.com/8301-13554_1-9801545-33.html Disgracefully unreliable software] An example of how Java deals with integer overflow. It will add two positive numbers and return a negative number.
 
[[Category:Programming bugs]]