[asterisk-bugs] [JIRA] (ASTERISK-28156) Race condition involving session->media (res_pjsip_session) leads to crash.

Paulo Vicentini (JIRA) noreply at issues.asterisk.org
Thu Nov 8 06:31:47 CST 2018


Paulo Vicentini created ASTERISK-28156:
------------------------------------------

             Summary: Race condition involving session->media (res_pjsip_session) leads to crash.
                 Key: ASTERISK-28156
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28156
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_pjsip, Core/Bridging
    Affects Versions: 13.20.0
            Reporter: Paulo Vicentini


We are experiencing a crash due to a misuse of session->media container between threads running (bridge_channel_ind_thread / pbx_thread) (at t38_framehook_read function) and the thread running ast_taskprocessor_execute (res/res_pjsip_session.c:session_end)
Depending on the SIP flow (during a disconnection) and the threads' code path, the session->media container is being destroyed (and set to NULL) by the thread running ast_taskprocessor_execute while the thread running t38_framehook_read is still referring to it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list