Wireshark-commits: [Wireshark-commits] master-2.6 8e4ce39: Don't assume padding is present at the e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 04 Jun 2019 22:56:00 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e4ce399dc5e2d887b8de017e007edeb0b57e66b
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

8e4ce39 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't assume padding is present at the end of UNIX Info2.
    
    Check whether the byte count includes the padding before skipping it; it
    may not be present (at least not if this is at the end of the byte
    parameters).
    
    Change-Id: I4385a4713cb6813a6e8519005288d6ef5a28f028
    Reviewed-on: https://code.wireshark.org/review/33493
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 338ce1b67217e5e5f9ee81540748e34766fd85c2)
    Reviewed-on: https://code.wireshark.org/review/33495
    

Actions performed:

    from  3aca4dc   Fix the dissection of Find First2 Query EA Info information.
     add  8e4ce39   Don't assume padding is present at the end of UNIX Info2.


Summary of changes:
 epan/dissectors/packet-smb.c | 1 +
 1 file changed, 1 insertion(+)