|
From: John R. <re...@cs...> - 2004-01-01 22:46:53
|
A nasty programming bug occurs when you pick an insufficiently large integer type for a variable and it overflow or underflows. Seems like it wouldn't be too hard to develop to valgrind skin that checks for this error. Anybody see obvious problems with this idea? John Regehr |