Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.6 bdc33cf: IxVeriWave: Fix a buffer boundary.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Nov 2018 22:24:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdc33cfaecb1b4cf2c114ed9015713ddf8569a60
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

bdc33cf by Gerald Combs (gerald@xxxxxxxxxxxxx):

    IxVeriWave: Fix a buffer boundary.
    
    Pass the correct buffer size to find_signature so that we don't read
    past it.
    
    Bug: 15279
    Change-Id: I822ed0fe8b48196dadd9c0062ed53fa1c4f6f404
    Reviewed-on: https://code.wireshark.org/review/30809
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit 1e13c1838a7f2f2cf629c96c99f20ff5a9f3a25b)
    Reviewed-on: https://code.wireshark.org/review/30813
    

Actions performed:

    from  457420a   pvfs2: Add a pointer check.
     add  bdc33cf   IxVeriWave: Fix a buffer boundary.


Summary of changes:
 wiretap/vwr.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)