Wireshark-commits: [Wireshark-commits] master f15bc8f: Fix to avoid protection exception in cf_goto

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Dec 2015 21:13:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f15bc8f78eae74bca57ebf7063b6a7b1979c5c08
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f15bc8f by Paul Offord (paul.offord@xxxxxxxxxxxx):

    Fix to avoid protection exception in cf_goto_frame
    
    A call to plugin_if_goto_frame when there is no capture file
    loaded causes a protection exception in cf_goto_file.  This
    fix avoids that problem.
    
    Bug: 11810
    Change-Id: I7e6f31690a4b0d8d4252b41d8d438979cb253050
    Reviewed-on: https://code.wireshark.org/review/12306
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dde9023   sctp_byte_graph_dlg: fix The 'u_data' variable is assigned to itself found by PVS Studio (V570)
    adds  f15bc8f   Fix to avoid protection exception in cf_goto_frame


Summary of changes:
 file.c |    6 ++++++
 1 file changed, 6 insertions(+)