URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=151a3ee8c2a567b52bd48d111bc92d907d6644e6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
151a3ee by Guy Harris (guy@xxxxxxxxxxxx):
More debugging for bug 14738.
It *should* be throwing an exception when we add a string with a huge
length, and it *does* throw an exception on my machine, but it doesn't
appear to be doing so on the buildbot. Try to see why that might be.
Change-Id: Icaf4fc08421d3ceae9aca777282082d198e185cf
Reviewed-on: https://code.wireshark.org/review/27999
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 94390dcb3a4b62a0ba595aa3e92edb31b83de4c2)
Reviewed-on: https://code.wireshark.org/review/28000
Actions performed:
from 25460a6 Fix handling of guintvars.
adds 151a3ee More debugging for bug 14738.
Summary of changes:
epan/dissectors/packet-mmse.c | 6 ++++++
epan/proto.c | 19 +++++++++++++++++++
2 files changed, 25 insertions(+)