Wireshark-commits: [Wireshark-commits] master-3.2 625ac38: Fix compilation with gcc-9.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=625ac38d7935c60fe3c917c6e96d0526db313288
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
625ac38 by Dario Lombardo (lomato@xxxxxxxxx):
    Fix compilation with gcc-9.
    
    gcc-9 spotted some NULL pointer usages.
    
    Bug: 16319
    Change-Id: I3e4ac57705f1852c43299f5e924fc642a2c56a3a
    Reviewed-on: https://code.wireshark.org/review/35733
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 084a887a30b78a3f4f42aa35a15049c251adfcfa)
    Reviewed-on: https://code.wireshark.org/review/35964
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  c2f1429   Qt: replace QRegExp with QRegularExpression in FilterListModel.
     add  625ac38   Fix compilation with gcc-9.
Summary of changes:
 epan/dissectors/packet-gsm_a_bssmap.c |  4 ++--
 epan/dissectors/packet-tnef.c         | 15 +++++++--------
 plugins/epan/mate/mate_runtime.c      |  2 --
 ui/capture_ui_utils.c                 |  3 ++-
 ui/cli/tap-stats_tree.c               |  2 +-
 5 files changed, 12 insertions(+), 14 deletions(-)