Wireshark-commits: [Wireshark-commits] master-3.0 65ff55c: rtcp: extend mantissa and bitrate to 64

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Mar 2020 11:53:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65ff55c295ae2dfa381afa95a2eead4059fc8e05
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

65ff55c by Dario Lombardo (lomato@xxxxxxxxx):

    rtcp: extend mantissa and bitrate to 64 bit.
    
    This is required to allow the maximum valid exponent (63) to
    be used.
    
    Bug: 16445
    Change-Id: I1473cebbe74a59785f03a882e3bc1af4b881d444
    Reviewed-on: https://code.wireshark.org/review/36451
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit fbca66fc8df04ee680706073b8b4b16b4736bd89)
    Reviewed-on: https://code.wireshark.org/review/36482
    

Actions performed:

    from  63b2658   wslua: Fix crash on TvbRange:__tostring for a zero-length TVB
     add  65ff55c   rtcp: extend mantissa and bitrate to 64 bit.


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