Wireshark-commits: [Wireshark-commits] master b5dc967: Radius: Fix NULL pointer call
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 May 2020 07:33:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5dc967c7924a3bd4326099c2939f3bb068a1c35
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b5dc967 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    Radius: Fix NULL pointer call
    
    Check length before calling tvb_bytes_to_str()
    
    Bug: 16564
    Change-Id: I3cfb91d5da5f6f620f8f48c55fb3837ebe70972c
    Reviewed-on: https://code.wireshark.org/review/37200
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6078965   smb2: add dissector for App_Instance_Version structure in SMB2 Create Context.
     add  b5dc967   Radius: Fix NULL pointer call


Summary of changes:
 epan/dissectors/packet-radius.c | 5 +++++
 1 file changed, 5 insertions(+)