Wireshark-commits: [Wireshark-commits] rev 34386: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 05 Oct 2010 19:53:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34386

User: morriss
Date: 2010/10/05 12:53 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5277 :
 
 Don't pass a NULL pointer to a string to ssl_debug_printf() (which eventually
 calls vfprintf()): Solaris doesn't like it when you do that.

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