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

Wireshark-commits: [Wireshark-commits] rev 40365: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 04 Jan 2012 00:37:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40365

User: gerald
Date: 2012/01/03 04:37 PM

Log:
 Make sure each value in a GHashTable is unique. This avoids a
 double-free bug triggered by using the "any" address wildcard.
 
 Use g_malloc0 instead of zeroing elements by hand. Check for SSL_FAST
 the same way everywhere.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +19 -24    packet-ssl-utils.c    Modified