URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=921bb07115fbffc081ec56a5022b4a9d58db6d39
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
921bb07 by Guy Harris (guy@xxxxxxxxxxxx):
Check *how many* fields sscanf() found.
In the code that parses a GeneralizedTime field, don't assume that all
fields were found; check the return value from sscanf().
This should clean up a fuzz failure on the 2.0 buildbot:
https://buildbot.wireshark.org/wireshark-2.0/builders/Fuzz%20Test/builds/13/steps/valgrind-wireshark/logs/stdio
Change-Id: I431d7ed69ac1697bd42c22a37ca1451cfc85c94e
Reviewed-on: https://code.wireshark.org/review/12083
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ac2008c Qt (Recent Files): Fix typo on variable name
adds 921bb07 Check *how many* fields sscanf() found.
Summary of changes:
epan/dissectors/packet-ber.c | 113 ++++++++++++++++++++++++++++++------------
1 file changed, 82 insertions(+), 31 deletions(-)