cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.23k stars 476 forks source link

libsrtp is giving segmentation fault #410

Closed Vishvpal closed 6 years ago

Vishvpal commented 6 years ago

Hi team,

I am using libsrtp.so.0.1 version 1.5.3 and it is giving segmentation fault because of which my process using this library getting restarted.

Error in logs :- kernel:audio-1_2[26119]: segfault at 61 ip 0000000000625793 sp 00000000f5ffe970 error 4 in libsrtp.so.1[621000+1c000]

Is this a known issue in this version? Is there any fix provided for this in any later releases?

Please let me know if you need anything else on this.

Thanks

paulej commented 6 years ago

Unfortunately, there's no way to determine if there is an issue with only this information. It may or may not be an issue with libsrtp. While it's possible libsrtp is to blame, it's also possible that the crash happens because the application using the library tries to initialize libsrtp using invalid pointers to data structures, for example.

I would suggest contacting the author of the software using libsrtp for assistance.

pabuhler commented 6 years ago

@Vishvpal have you been able to follow this up?

pabuhler commented 6 years ago

Closing this due to inactivity, if you can provide a test case or a patch then please reopen.