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.4 d9b8b93: IxVeriWave: Fix a buffer boundary.

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

Commits:

d9b8b93 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 332df929a9966fda2cd3aa30a5a107e5b2bfa360)
    Reviewed-on: https://code.wireshark.org/review/30814
    

Actions performed:

    from  3e319db   pvfs2: Add a pointer check.
     add  d9b8b93   IxVeriWave: Fix a buffer boundary.


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