|
From: Steve G <lin...@ya...> - 2004-01-18 12:49:28
|
>Insure++ from ParaSoft in source-instrumentation mode is about >the only current tool that can detect stack and globals >overflow errors in C and C++. Flexelint/PC-Lint can find these sometimes. Then there's libsafe & propolice. Which brings up a point...couldn't valgrind find these, too? If there is a write to the return address on the stack, this could be emitted as a warning. It is rare to find trampoline code in applications. It is more common to find this as a programming error. -Steve Grubb __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus |