URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e58ae3dee5f4e389f4f915c89a790cd09c4dd3a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6e58ae3 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
dwarf.c: fix V629 warning reported by PVS-Studio
Consider inspecting the '1 << shift' expression. Bit shifting of the 32-bit value with a subsequent expansion to the 64-bit type.
Change-Id: I9939f3c471fcbbb033bbd5f846b9e09e8b8fd125
Reviewed-on: https://code.wireshark.org/review/8808
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 99d56fb airpdcap: fix V512 warning reported by PVS-Studio
adds 6e58ae3 dwarf.c: fix V629 warning reported by PVS-Studio
Summary of changes:
epan/dwarf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)