Wireshark-commits: [Wireshark-commits] master c9cfae7: ISAKMP: Fix a crash when no decryption data
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 27 Dec 2018 16:53:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9cfae7fecd4bc21b8b4f48328d08e104d47dd52
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c9cfae7 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>
    

Actions performed:

    from  3f8c3e6   packet-http: Fix whitespace issues
     add  c9cfae7   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(-)