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

video: fix thread sanitizer warning #2826

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

cspiel1
Copy link
Collaborator

@cspiel1 cspiel1 commented Dec 11, 2023

There was a sporadic warning from clang sanitizer:

stream_update /home/runner/work/baresip/baresip/src/stream.c:893 that
writes to stream->tx.pt_enc
vs
packet_handler /home/runner/work/baresip/baresip/src/video.c:353 that
reads from pt_enc

Found here:
https://github.com/baresip/baresip/actions/runs/7164207883/job/19503867573

There was a sporadic warning from clang sanitizer:

stream_update /home/runner/work/baresip/baresip/src/stream.c:893 that
writes to stream->tx.pt_enc
vs
packet_handler /home/runner/work/baresip/baresip/src/video.c:353 that
reads from pt_enc
@sreimers sreimers merged commit 17f77ca into baresip:main Dec 11, 2023
@cspiel1 cspiel1 deleted the video_thread_sanitizer_warning branch December 12, 2023 06:57
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.

2 participants