URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94390dcb3a4b62a0ba595aa3e92edb31b83de4c2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
94390dc 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>
Actions performed:
from 06dda22 tvb_get_guintvar: correct a debug print
adds 94390dc More debugging for bug 14738.
Summary of changes:
epan/dissectors/packet-mmse.c | 6 ++++++
epan/proto.c | 19 +++++++++++++++++++
2 files changed, 25 insertions(+)