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

rtp: make flag rtcp_mux atomic #997

Merged

Conversation

cspiel1
Copy link
Collaborator

@cspiel1 cspiel1 commented Nov 2, 2023

In github workflow got a sanitizer warning
https://github.com/cspiel1/baresip/actions/runs/6731606831/job/18301138986?pr=2

And I don't have an idea how to avoid this in upper layers (baresip rtprecv.c).

rtcp_mux is set from main thread and read from RX thread.

The rtcp_mux can change during the call is running by an SDP offer/answer challenge.

@cspiel1 cspiel1 added the RX thread RX real-time thread label Nov 2, 2023
@sreimers sreimers merged commit a4c0656 into baresip:main Nov 3, 2023
34 checks passed
@cspiel1 cspiel1 deleted the rx_thread_with_separate_audio_activate branch November 3, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RX thread RX real-time thread
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants