Wireshark-commits: [Wireshark-commits] master-2.2 0a2f323: SIGCOMP: use correct message length

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Feb 2018 03:29:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a2f32397790f49924c02976ab4cda477c76ba64
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

0a2f323 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SIGCOMP: use correct message length
    
    Since g2a80fe283c (2005-10-06!) length initialization was moved, and
    the message length is no more correct (previously tvb_length_remaining()
    was called with offset equal to 0, which is no more the case after the
    change).
    
    Bug: 14410
    Change-Id: I2f00be83fa17ad7344d0d75f4a899f169d7a622b
    Reviewed-on: https://code.wireshark.org/review/25735
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 32ab83436d29754479e584c9a2c6a322cce794cd)
    Reviewed-on: https://code.wireshark.org/review/25740
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b83beed   [Automatic update for 2018-02-11]
    adds  0a2f323   SIGCOMP: use correct message length


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