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

Friendly Automation (JIRA) noreply at issues.asterisk.org
Wed Jan 30 07:06:48 CST 2019


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246092#comment-246092 ] 

Friendly Automation commented on ASTERISK-28156:
------------------------------------------------

Change 10601 merged by Friendly Automation:
res/res_pjsip: Fix crash due to misuse of session->media between threads.

[https://gerrit.asterisk.org/10601|https://gerrit.asterisk.org/10601]

> 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
>            Assignee: Paulo Vicentini
>              Labels: pjsip
>
> 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