URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=175ede45a2f9c94f1a60abdc8e3a91a798179d0f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
175ede4 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
Actions performed:
from f269ffe Lua can free tvbuffs too early
adds 175ede4 Pcapng: Don't fetch past the end of a GArray.
Summary of changes:
docbook/release-notes.asciidoc | 6 +++---
wiretap/pcapng.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)