Wireshark-commits: [Wireshark-commits] rev 45637: /trunk/wsutil/ /trunk/wsutil/: str_util.h

Date: Thu, 18 Oct 2012 17:29:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45637

User: cmaynard
Date: 2012/10/18 10:29 AM

Log:
 str_util.c:format_size() uses 0xff00 for the mask, so left-shift format_size_prefix_[si|iec] by 8, not 16.  Fixes Coverity CID 733852: Operands don't affect result.

Directory: /trunk/wsutil/
  Changes    Path          Action
  +2 -2      str_util.h    Modified