Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

race condition in ast_module_info->self caused segv #1

Merged
merged 1 commit into from
Feb 8, 2014

Conversation

pputerla
Copy link

Please pull this commit - there has been a race condition. ast_module_info was not synchronized so access to it could (and dit) cause segv.

There's no need to use ast_module_info->self as the module object is available in chan_capi.c ...

adlerweb added a commit that referenced this pull request Feb 8, 2014
race condition in ast_module_info->self caused segv
@adlerweb adlerweb merged commit 372b728 into adlerweb:master Feb 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants