http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2484
--- Comment #2 from LEGO <luis.ontanon@xxxxxxxxx> 2008-04-21 02:14:27 GMT ---
Just as a sidenote, and a reminder to the future
At least on my Mac, static variables sometimes get 'hidden' by the compiler
that removes them from the symbol table. That makes very hard to trace them
with the debugger.
It was me who changed the canaries not to be static in order to be able to
locate a buffer overflow in the code some time ago. When they were static I was
unable to have gdb tracing who (over)writes the canary.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.