Wireshark-commits: [Wireshark-commits] master 8e709fc: Assert that the row number passed to packet_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Mar 2015 05:18:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e709fca69dcd485192ff164662095e1e6f0c5c6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e709fc by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Assert that the row number passed to packet_list_get_row_data() is valid.
    
    Unfortunately that row number may come from a dissector/tap but allowing us
    to continue just causes us to die horribly later (and we can't except out of
    processing a tap).
    
    Change-Id: I37f03385db55dbe55f91e2ec6a03add5664857ba
    Ping-Bug: 10885
    Reviewed-on: https://code.wireshark.org/review/7652
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c18a3c9   Add mip6.mnid.identifier as string with filter string instead of simple text
    adds  8e709fc   Assert that the row number passed to packet_list_get_row_data() is valid.


Summary of changes:
 ui/gtk/packet_list.c |    1 +
 1 file changed, 1 insertion(+)