diff options
author | Michael Mann <mmann78@netscape.net> | 2017-07-08 22:46:52 -0400 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-07-09 19:54:35 +0000 |
commit | c2ebb62e7e2adca72b932276102ee0a293b9a4ff (patch) | |
tree | a793883e1b49caf742fafbbb57001d7b0bbac13f /debian | |
parent | ffb8bbd37227f466d228f20ae30b87504d4e1760 (diff) | |
download | wireshark-c2ebb62e7e2adca72b932276102ee0a293b9a4ff.tar.gz wireshark-c2ebb62e7e2adca72b932276102ee0a293b9a4ff.tar.bz2 wireshark-c2ebb62e7e2adca72b932276102ee0a293b9a4ff.zip |
Don't use uint_to_str_back when you need guint32_to_str_buf.
It will end up eventually crashing column buffers because memory
behind the address is trounced.
Change-Id: Id6b5a42effc503e4b8bf5e1deb2135241e2893f3
Reviewed-on: https://code.wireshark.org/review/22563
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/libwireshark0.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols index e791bfefac..8761dafe7e 100644 --- a/debian/libwireshark0.symbols +++ b/debian/libwireshark0.symbols @@ -820,6 +820,8 @@ libwireshark.so.0 libwireshark0 #MINVER# guids_init@Base 1.9.1 guids_resolve_guid_to_str@Base 1.9.1 guint8_to_hex@Base 2.3.0 + guint32_to_str_buf@Base 2.4.0~rc2 + guint64_to_str_buf@Base 2.4.0~rc2 h225_RasMessage_vals@Base 1.9.1 h225_ReleaseCompleteReason_vals@Base 1.9.1 h245_set_h223_add_lc_handle@Base 1.9.1 |