Wireshark-commits: [Wireshark-commits] master 6686ffc: RTCP: fix packet length check when having un

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Jan 2020 13:41:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6686ffcf6ba61a23287735ba3eb78f7708a0dfb6
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6686ffc by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    RTCP: fix packet length check when having unhandled application data
    
    The offset variable was not incremented in that case
    
    Bug: 16345
    Change-Id: Ifb73a2ef9371ef5e4567013056fc77ca83a89e37
    Reviewed-on: https://code.wireshark.org/review/35919
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  10d683e   artnet: update ArtPoll packet dissection
     add  6686ffc   RTCP: fix packet length check when having unhandled application data


Summary of changes:
 epan/dissectors/packet-rtcp.c | 2 ++
 1 file changed, 2 insertions(+)