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

Date: Fri, 08 Feb 2013 02:40:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47552

User: eapache
Date: 2013/02/07 06:40 PM

Log:
 Fix issue where using realloc() to shrink a chunk could result in
 multiple adjacent free chunks. When splitting a used chunk, the resulting
 extra unused chunk may need to be merged to its right.

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