Wireshark-commits: [Wireshark-commits] master 2f42fda: H265: properly index 2D array (CID 1450950)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Dec 2019 06:59:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f42fda6004d14bef324399a6ae0d3b672b8c99f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2f42fda by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    H265: properly index 2D array (CID 1450950)
    
    In the expression it seems to simply have been missed this is a 2D array.
    Adding the 2nd index, as elsewhere in this function.
    
    Change-Id: I21ce5a6fa70408f84cb61bbd09e7d3aeff9c1d85
    Reviewed-on: https://code.wireshark.org/review/35441
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  595153c   RTCP/MCPT: Limit list of SSRCs (CID 1455251)
     add  2f42fda   H265: properly index 2D array (CID 1450950)


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