URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf142c6b6771d7c83e736464850f4be9a843b020
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cf142c6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Get Wireshark to compile with afl-gcc.
Fix errors found by American Fuzzy Lop's afl-gcc
(http://lcamtuf.coredump.cx/afl/):
peektagged.c:
error: 'fileVersion' may be used uninitialized in this function
packet-h223.c:
error: variable 'circuit_id' might be clobbered by 'longjmp' or 'vfork'
wslua_proto.c:
error: variable 'd' might be clobbered by 'longjmp' or 'vfork'
wslua_proto.c:
error: variable 'dt' might be clobbered by 'longjmp' or 'vfork'
Change-Id: Idd74a3ad7b236d3a8756c1e7e917b1c74143f381
Reviewed-on: https://code.wireshark.org/review/6767
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 7ed097c Fix an uninitialized variable warning.
adds cf142c6 Get Wireshark to compile with afl-gcc.
Summary of changes:
epan/dissectors/packet-h223.c | 4 ++--
epan/wslua/wslua_proto.c | 4 ++--
wiretap/peektagged.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)