URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d32c3dab46266aa94eb81c6a41f2dfb9cbf35a0e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d32c3da by Hadriel Kaplan (hadrielk@xxxxxxxxx):
Lua: check sscanf return value
Wslua's Int64.fromhex() and UInt64.fromhex() need to check the sscanf return
value. Found by coverity (CID 1191368 &1191369).
Change-Id: I67fba027e18341d429787515f94c794573dc41c2
Reviewed-on: https://code.wireshark.org/review/10183
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from dd2a2d4 Multicast and wireless lan statistics fixups.
adds d32c3da Lua: check sscanf return value
Summary of changes:
epan/wslua/wslua_int64.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)