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 32848: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 17 May 2010 21:49:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32848

User: morriss
Date: 2010/05/17 02:49 PM

Log:
 Don't pass a NULL pointer to what is supposed to be (according to the format) a string: some implementations of vsnprintf() will core on that.  (Unfortunately it seems that g_vsnprintf() doesn't protect us from this...)

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +1 -1      packet-smb-pipe.c    Modified