Wireshark-bugs: [Wireshark-bugs] [Bug 10613] RTP audio player crashes

Date: Fri, 24 Oct 2014 21:20:11 +0000

Comment # 4 on bug 10613 from
getCurrentTime is a pointer to getMonoTime (or Pa_GetStreamTime), if pa_stream
is NULL, and Pa_GetStreamTime can handle NULLs, then certainly getMonoTime can
handle NULLs.

If it crashes at this line, then the only possibility is that getCurrentTime is
not initialized somehow (stream not open?).

Could not reproduce on Arch Linux x86_64 using Wireshark
v1.99.1rc0-232-g5e4e17c with PortAudio V19-devel (built Jan 31 2014 21:19:35).

Do you have any crash log or backtrace?


You are receiving this mail because:
  • You are watching all bug changes.