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

Date: Tue, 15 Oct 2013 13:15:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52617

User: eapache
Date: 2013/10/15 01:15 PM

Log:
 Don't do canaries in blocks of guint32, it appears to cause alignment issues
 when running tests on Solaris. Revert back to byte-at-a-time, but do fewer bytes
 to avoid a performance hit.

Directory: /trunk/epan/wmem/
  Changes    Path                       Action
  +9 -9      wmem_allocator_strict.c    Modified