URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e7695bbee18525eaa6d12b32230313ae8a36a81
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
9e7695b by Michael Mann (mmann78@xxxxxxxxxxxx):
SCCP: Use int datatype for offset to prevent infinite loops
Fields are 16-bit values and large 16-bit values can be incorrectly
treated as negative, causing infinite loops in offset calculations.
Bug: 14413
Change-Id: I44334c3e9ced0734f4e1a70720859c0abf4a05c8
Reviewed-on: https://code.wireshark.org/review/25743
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 620647a3e01d65fef985093cefb9352e21603261)
Reviewed-on: https://code.wireshark.org/review/25751
Actions performed:
from bd05a81 RPC Netlogon: do not leak memory each time a hash is generated
adds 9e7695b SCCP: Use int datatype for offset to prevent infinite loops
Summary of changes:
epan/dissectors/packet-sccp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)