funsec mailing list archives

SafeInt class and exceptions


From: "Larry Seltzer" <Larry () larryseltzer com>
Date: Wed, 21 Mar 2007 09:36:11 -0400

There's a new from a Microsoft security guy, David LeBlanc:
http://blogs.msdn.com/david_leblanc/
<http://blogs.msdn.com/david_leblanc/>  . The inaugural entry is about
this:

        void declspec(noreturn) SafeIntOnOverflow()
        {
           RaiseException( STATUS_INTEGER_OVERFLOW,
EXCEPTION_NONCONTINUABLE, 0, 0 );
        }

If you're doing vulnerability research on new Microsoft code you need to
read about this.
 
Larry Seltzer
eWEEK.com Security Center Editor
http://security.eweek.com/ <blocked::http://security.eweek.com/> 
http://blog.eweek.com/blogs/larry%5Fseltzer/
<http://blog.eweek.com/blogs/larry_seltzer/>
<http://blog.ziffdavis.com/seltzer> 
Contributing Editor, PC Magazine
larryseltzer () ziffdavis com 
 
_______________________________________________
Fun and Misc security discussion for OT posts.
https://linuxbox.org/cgi-bin/mailman/listinfo/funsec
Note: funsec is a public and open mailing list.

Current thread: