Wireshark-commits: [Wireshark-commits] rev 33239: /trunk/ /trunk/epan/dissectors/: packet-smb.h /tr

Date: Wed, 16 Jun 2010 18:28:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33239

User: guy
Date: 2010/06/16 11:28 AM

Log:
 Go back to 64-bit sizes, but, before passing those sizes to
 g_try_malloc() or g_try_realloc(), check whether they fit in a gsize
 and:
 
 	if not, just pretend the allocation failed;
 
 	if so, cast them to gsize to squelch compiler warnings.

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

Directory: /trunk/gtk/
  Changes    Path                   Action
  +27 -9     export_object_smb.c    Modified