-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
RtpStreamSend: Do not store too old RTP packets #885
Conversation
Fuzzer would detect the crash right away, after the change it runs for long minutes without issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me, bug was tricky, glad that we have fuzzer
I'm merging and releasing a new version |
Can you bump |
It's only about the |
Yes, just patch version in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add in CHANGELOG
You are very right, I missed that and I already released.. |
Done |
RtpStreamSend: Do not store too old RTP packets
Fixes #882