You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I don't have a repro or much more information than that. What might be related is every now and then, we get an error like this coming back from Rtc::handle_input():
Interesting! On an internet facing server we must of course accept junk. We could probably create a fuzz here which establishes the connection cleanly and then starts sending random UDP gunk maybe mixed with real packets.
One of our servers panicked at this line:
str0m/src/crypto/ossl/io_buf.rs
Line 14 in 3ec91e2
Unfortunately I don't have a repro or much more information than that. What might be related is every now and then, we get an error like this coming back from
Rtc::handle_input()
:I have not been able to establish whether this is legit data that is getting misprocessed, or just random internet junk.
The text was updated successfully, but these errors were encountered: