URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6328eba6a3d33930489709ee1e47140dcc30dfb
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b6328eb by Michael Mann (mmann78@xxxxxxxxxxxx):
DICOM: Prevent infinite loop (dissect_dcm_tag)
uint32 value could wrap around, resulting in infinite loop.
Bug: 14411
Change-Id: I26c73f74adc65c7a5acf22970a54c93a7f7a2344
Reviewed-on: https://code.wireshark.org/review/25873
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 95affa1 USB: Sanity check Darwin USB header to prevent infinite loop.
adds b6328eb DICOM: Prevent infinite loop (dissect_dcm_tag)
Summary of changes:
epan/dissectors/packet-dcm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)