Wireshark-commits: [Wireshark-commits] master 3aff560: packet-mq: Fix problem in get_mq_pdu_len

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 04 Feb 2018 11:30:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3aff56076167c5ea8fbed9eba32b0f81b6fe3aca
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3aff560 by Robert Grange (robionekenobi@xxxxxxxxxx):

    packet-mq: Fix problem in get_mq_pdu_len
    
    Found during fuzz test that the get_mq_pdu_len can return
    a 0 length pdu. Fix to at least return tvb_reported_length_remaining
    
    Change-Id: I6410f71724a6288fe42a4f600e72a8af787aa7eb
    Reviewed-on: https://code.wireshark.org/review/25574
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  ffc200a   [Automatic update for 2018-02-04]
    adds  3aff560   packet-mq: Fix problem in get_mq_pdu_len


Summary of changes:
 epan/dissectors/packet-mq.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)