URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b5d8390f2ebca66072b0272e88ea62243db3330
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6b5d839 by Guy Harris (guy@xxxxxxxxxxxx):
Check to make sure the name length <= DLM3_RESNAME_MAXLEN.
If it's not, we'd misdissect it.
Hopefully this fixes the *real* problem that CID 1363031 was complaining
about.
Change-Id: If1fc7c30f72d75b9dc047d7e475f78c9d5869943
Reviewed-on: https://code.wireshark.org/review/16292
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7490ad4 packet-packetbb.c cleanup
adds 6b5d839 Check to make sure the name length <= DLM3_RESNAME_MAXLEN.
Summary of changes:
epan/dissectors/packet-dlm3.c | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)