Wireshark-commits: [Wireshark-commits] master-3.0 b36232d: Radius: Fix NULL pointer call

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 May 2020 11:49:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b36232d5856eef1db533d23b14440c9afda624b5
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

b36232d 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>
    (cherry picked from commit b5dc967c7924a3bd4326099c2939f3bb068a1c35)
    Reviewed-on: https://code.wireshark.org/review/37205
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  71307c3   [Automatic update for 2020-05-10]
     add  b36232d   Radius: Fix NULL pointer call


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