summaryrefslogtreecommitdiff
path: root/capture_info.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-07 16:23:12 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-07 21:33:35 +0000
commit96527e24e8e10a707c51c48f52233453c3056702 (patch)
tree59aff977195faa051d256c3538c72523053d0b18 /capture_info.c
parent22b461943e461dacee4ef7d2e2f0706d35d2006c (diff)
downloadwireshark-96527e24e8e10a707c51c48f52233453c3056702.tar.gz
riemann: Fix bug found by MSVC203 Code Analysis
The following doesn't quite do what it might seem to be doing: guint64 num; guint8 b; num |= ((b & 0x7f) << shift); The warning from MSVC2013: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value Change-Id: Ic8c939355b54317f0b459c60342f3cb5dfa29624 Reviewed-on: https://code.wireshark.org/review/7015 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'capture_info.c')
0 files changed, 0 insertions, 0 deletions