Wireshark-commits: [Wireshark-commits] rev 47171: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat
Date: Sun, 20 Jan 2013 02:44:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47171

User: eapache
Date: 2013/01/19 06:44 PM

Log:
 Don't add the new block to the hash table if it is NULL, which is a
 valid non-error return from realloc if the new requested size is 0.

Directory: /trunk/epan/wmem/
  Changes    Path                       Action
  +5 -1      wmem_allocator_simple.c    Modified