Wireshark-commits: [Wireshark-commits] master-2.4 b5b02f2: ISAKMP: Fix a crash when no decryption d
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5b02f2a9b8772d8814096f86c60a32889d61f2c
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
b5b02f2 by Jaap Keuter (jaap.keuter@xxxxxxxxx):
ISAKMP: Fix a crash when no decryption data block is there
Don't try to (re)set parameters in a struct when its pointer
points to NULL.
Bug: 15374
Change-Id: I953e82795990fde5fce2ad6d955781b372a9e405
Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/31189
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit c9cfae7fecd4bc21b8b4f48328d08e104d47dd52)
Reviewed-on: https://code.wireshark.org/review/31220
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from e06172d [Automatic update for 2018-12-23]
add b5b02f2 ISAKMP: Fix a crash when no decryption data block is there
Summary of changes:
epan/dissectors/packet-isakmp.c | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)