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

Commits:

ba179a7 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>
    

Actions performed:

    from  7e842fa   F5ETHTRAILER: Initial cleanup from submission
    adds  ba179a7   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