Wireshark-commits: [Wireshark-commits] master 057d8a8: qt: fix crash when saving RTP audio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 31 May 2016 12:42:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=057d8a80f0a3d91c1346ff77e079539cad7887d6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

057d8a8 by Dario Lombardo (lomato@xxxxxxxxx):

    qt: fix crash when saving RTP audio
    
    The UI crashes when saving a RTP due to a division by zero.
    To reproduce: open a RTP capture file, Telephony->RTP->RTP Streams,
    then choose a stream, ANALYZE, SAVE, AUDIO, choose a path.
    
    Bug: 12211
    Change-Id: I51d61eb6797fc82c1b03254abaec839d3a1e281d
    Reviewed-on: https://code.wireshark.org/review/15621
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ccb936e   RTPS: Added support for new features
    adds  057d8a8   qt: fix crash when saving RTP audio


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