Wireshark-commits: [Wireshark-commits] master-2.0 dd4d6ca: Fix to avoid protection exception in cf_

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

Commits:

dd4d6ca 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>
    (cherry picked from commit f15bc8f78eae74bca57ebf7063b6a7b1979c5c08)
    Reviewed-on: https://code.wireshark.org/review/12342
    

Actions performed:

    from  fa117e7   [NBAP] Prevent crash.
    adds  dd4d6ca   Fix to avoid protection exception in cf_goto_frame


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