buffer overrun throw return address

Posted by user156144 on Stack Overflow See other posts from Stack Overflow or by user156144
Published on 2010-06-14T17:08:33Z Indexed on 2010/06/14 17:12 UTC
Read the original article Hit count: 303

Filed under:
|

Hi, When I throw in a method A, it causes buffer overrun but when I return, it runs fine. I thought throw moves execution to the caller method so the address it goes to should be the same as return address, but i am obviuosly wrong. Is there a way to see what address throw goes to in Visual Studio debugger?

Thank you

© Stack Overflow or respective owner

Related posts about buffer

Related posts about buffer-overrun