Wireshark-commits: [Wireshark-commits] master e3d4413: QUIC: fix Malformed Packet exception with sm
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jun 2020 07:08:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e3d44136f0f0026c5e893fa249f458073f3b7328
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e3d4413 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: fix Malformed Packet exception with small transport parameters
    
    Since draft 27 the minimum transport parameter size can be smaller than
    4 due to variable-length encoding. With ngtcp2-29-dsb.pcapng, the
    active_connection_id_limit at the end covers only three bytes for
    example. Even though the correct length is normally set later, the early
    attempt to read four bytes resulted in an Malformed Packet exception.
    
    Change-Id: I9ec6ec6c66ce7a993f2fcfdc987e35966dc809ac
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/37483
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  933067a   ACDR: don't call the JSON dissector as an ACDR media type dissector.
     add  e3d4413   QUIC: fix Malformed Packet exception with small transport parameters


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