Wireshark-commits: [Wireshark-commits] master e64976d: ieee80211: Fix some coverity scan issues

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Apr 2019 02:20:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e64976d33af4d2e93db22cfd47a4ac95e345bc65
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e64976d by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):

    ieee80211: Fix some coverity scan issues
    
    Fix coverity scan issues:
    - Insecure data handling (CID 1444231)
    - Unchecked return value (CID 1444234)
    
    Introduced by:
        9cf77ec5e1 ieee80211: Support decrypting WPA3-Personal / SAE captures
    
    Change-Id: I8eb581750d2b0519f03f92873433f79409b0386b
    Reviewed-on: https://code.wireshark.org/review/32546
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4dda4ba   Qt: use toLocalFile() instead of path() to check for existence.
     add  e64976d   ieee80211: Fix some coverity scan issues


Summary of changes:
 epan/crypt/dot11decrypt.c | 10 ++++++++--
 wsutil/wsgcrypt.c         |  4 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)