Wireshark-commits: [Wireshark-commits] master 84a3cc1: s1ap: fix compile error on older GCC
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 04 Jul 2019 22:07:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84a3cc1064a9554e3a136a2e0d60b0f880600778
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

84a3cc1 by Joakim Karlsson (oakimk@xxxxxxxxx):

    s1ap: fix compile error on older GCC
    
    error: variable ‘handle’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]
    
    Change-Id: Id53d02927cbb738acedc80b0f6556afb3322c787
    Reviewed-on: https://code.wireshark.org/review/33846
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b233df1   ftp: check username len before copy.
     add  84a3cc1   s1ap: fix compile error on older GCC


Summary of changes:
 epan/dissectors/asn1/s1ap/s1ap.cnf | 4 ++--
 epan/dissectors/packet-s1ap.c      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)