ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42305: /trunk/epan/crypt/ /trunk/epan/crypt/: eax.c

Date: Sat, 28 Apr 2012 02:25:15 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42305

User: guy
Date: 2012/04/27 07:25 PM

Log:
 Neither C90 nor C99 explicitly guarantee that a memcpy() call with a
 null source argument and a zero count will work; in practice, they
 probably will (with a zero count, there's nothing to fetch from the
 source),  but the Clang static analyzer still warns about it.

Directory: /trunk/epan/crypt/
  Changes    Path          Action
  +3 -1      eax.c         Modified