Wireshark-commits: [Wireshark-commits] master-2.6 75a6906: Radius: Fix NULL pointer call

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

Commits:

75a6906 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/37206
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  bc87100   [Automatic update for 2020-05-10]
     add  75a6906   Radius: Fix NULL pointer call


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