ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2484] make the visibility of some emem.c variables to file

Date: Mon, 21 Apr 2008 02:15:28 -0700 (PDT)
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.