Wireshark-commits: [Wireshark-commits] master 338ce1b: Don't assume padding is present at the end o

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

Commits:

338ce1b 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>
    

Actions performed:

    from  782c4e4   Fix the dissection of Find First2 Query EA Info information.
     add  338ce1b   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(+)