Wireshark-commits: [Wireshark-commits] master 4ce96556: Don't use the non-existent decoded data if
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Oct 2015 10:13:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ce9655658d9546ba7459aa80ff9a6be1381708e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4ce96556 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use the non-existent decoded data if decode_rtp_packet() returns 0.
    
    Just skip that packet.  Otherwise, it crashes.
    
    Fix file name in the introductory comment while we're at it.
    
    Change-Id: I286f4303a4ec152c0d00c5135395c1608bf2121a
    Reviewed-on: https://code.wireshark.org/review/11279
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  fb72cad   Allocate h245_labels when we initialize the h245dg tap.
    adds  4ce96556  Don't use the non-existent decoded data if decode_rtp_packet() returns 0.


Summary of changes:
 ui/qt/rtp_audio_stream.cpp |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)