URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=645b6e39033943c89289db540c81e0bf159f0169
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master-2.2
Repository: wireshark

Commits:

645b6e3 by Peter Wu (pe...@lekensteyn.nl):

    eth: fix null pointer dereference when called from Lua
    
    At the moment, Lua dissectors always pass a NULL data parameter, so
    dissectors like eth should gracefully handle that.
    
    Bug: 14293
    Change-Id: Ida4d0530a9c417db5960475274315d4acc3704a8
    Fixes: v2.1.0rc0-1575-g8ec153f938 ("Have the "maybe an FCS" version of the 
Ethernet dissector take a data argument.")
    Reviewed-on: https://code.wireshark.org/review/26431
    Petri-Dish: Peter Wu <pe...@lekensteyn.nl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <g...@alum.mit.edu>
    (cherry picked from commit ba179a7ef7e660d788cbaade65982ffc7249b91f)
    Reviewed-on: https://code.wireshark.org/review/26436
    

Actions performed:

    from  d4d2d80   [Automatic update for 2018-03-11]
    adds  645b6e3   eth: fix null pointer dereference when called from Lua


Summary of changes:
 epan/dissectors/packet-eth.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to