-
-
Notifications
You must be signed in to change notification settings - Fork 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
WebTorrent: Update libdatachannel #5884
Conversation
152d706
to
662382b
Compare
Something happened on windows, causing Also, this error:
|
662382b
to
c443f1e
Compare
The usrsctp lib was being built as a shared lib on MSVC. It should be good now. |
d1768da
to
59e9bef
Compare
this is curious. I assume it's unrelated to this change:
|
f955631
to
2e5108b
Compare
there appears to be a use-after-free issue: https://github.com/arvidn/libtorrent/pull/5884/checks?check_run_id=1737221565#step:7:109 |
2e5108b
to
fd18762
Compare
That's weird, I don't see how the change could impact the DHT.
Yes, it appears a mitigation on usrsctp introduced a static delete order issue which is triggered here. Changing usrsctp versions definitely caused a lot of issues! |
the integer overflow is unrelated and addressed here. |
Everything looks fixed now! |
This PR updates libdatachannel to v0.10.4. The modifications mainly affect media transport, but there is still some ICE enhancements and fixes in libjuice that can be useful here.
For reference: #4123