ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e01fcb7: bluecom: fix compilation with gcc-4.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Apr 2018 16:36:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e01fcb7a3cc37cb7474563521f09211b58bfe02b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e01fcb7 by Dario Lombardo (lomato@xxxxxxxxx):

    bluecom: fix compilation with gcc-4.
    
    ../epan/dissectors/packet-bluecom.c: In function 'dissect_bluecom':
    ../epan/dissectors/packet-bluecom.c:498:43: error: variable 'block' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
         guint cmd, flags, blocknb, segcode=0, block;
    
    Change-Id: I148ba4bc6b3e026f0626120235c59305b5204529
    Reviewed-on: https://code.wireshark.org/review/27119
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  180a997   RPM: remove packaging/rpm/SPECS/wireshark.spec.in.
    adds  e01fcb7   bluecom: fix compilation with gcc-4.


Summary of changes:
 epan/dissectors/packet-bluecom.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)