Wireshark-commits: [Wireshark-commits] master-1.10 de0eeb5: Pcapng: Don't fetch past the end of a G

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Jan 2015 21:26:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=de0eeb5d6e34b26ab934bdf3e39884783c8afddd
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

de0eeb5 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Pcapng: Don't fetch past the end of a GArray.
    
    Due to an off-by-one error an invalid ISB interface ID could make us
    fetch past the end of a GArray. Found using American Fuzzy Lop.
    
    Bug: 10895
    Change-Id: I7d4049ad7a386ae7e8013b8e741d54a31f353f1f
    Reviewed-on: https://code.wireshark.org/review/6798
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit a835c85e3d662343d7283f1dcdacb8a11d1d0727)
    Conflicts: wiretap/pcapng.c
    Reviewed-on: https://code.wireshark.org/review/6801
    (cherry picked from commit 175ede45a2f9c94f1a60abdc8e3a91a798179d0f)
    Conflicts:
    	docbook/release-notes.asciidoc
    	wiretap/pcapng.c
    Reviewed-on: https://code.wireshark.org/review/6802
    

Actions performed:

    from  d5e8c4d   [Automatic manuf, services and enterprise-numbers update for 2015-01-25]
    adds  de0eeb5   Pcapng: Don't fetch past the end of a GArray.


Summary of changes:
 docbook/release-notes.asciidoc |    7 +++----
 wiretap/pcapng.c               |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)