-
-
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
Fix rtp packet test #1318
Fix rtp packet test #1318
Conversation
Max rtp packet size is 52, buffer is not large enough
What is this fixing exactly? I've never seen those tests failing due to memory problems. |
When i ran tests under windows, it says buffer is overflow. Maybe u can see the warning with AddressSanitzer or valgrind. |
We do run tests in CI on Windows too 🤔 Either way, that is a useful details and exactly the kind of information that should be included in PR description from the beginning. |
I think we have a test-asan task in Makefile/tasks.py. Let me please test it in 10 days when I'm back before we merge this PR just to confirm. |
|
By the way, when i ran mediasoup_test_asan release version, it show:
But debug version won't. |
This PR fix the same problem as #1120 |
@penguinol, here a PR adding ASAN to Node tests: #1415 Perhaps we should have the same in worker tests? |
Actually we already have |
@penguinol I don't see that changes in this PR fix the ASAN issues related to |
@penguinol we are addressing these and other ASAN issues in this PR: #1416 (comment) And yes, changes include those in your PR. So thanks. |
No description provided.