Wireshark-commits: [Wireshark-commits] rev 51626: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat

Date: Sun, 01 Sep 2013 13:07:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51626

User: eapache
Date: 2013/09/01 06:07 AM

Log:
 Do our list manipulation entirely after the realloc, so that if the realloc
 doesn't return (do to, for example, throwing an exception) the allocator is
 left in a consistent state.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +10 -3     wmem_allocator_block.c    Modified