Wireshark-commits: [Wireshark-commits] rev 36795: /trunk/epan/ /trunk/epan/: emem.c

Date: Fri, 22 Apr 2011 04:01:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36795

User: guy
Date: 2011/04/21 09:01 PM

Log:
 Either the buf argument to emem_scrub_memory() is properly aligned or it
 isn't.  If it is, we don't need to worry about alignment, so the XXX
 comment doesn't belong there; if it isn't, then we should do what the
 comment says.  For now, assume the comment before the XXX comment is
 correct, and just cast away the alignment warning.

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -3      emem.c        Modified