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
right now (under internal/packetmuxer) we will fail if we cannot correctly parse an incoming packet (for instance, if the incoming packet has bogus bytes prepended).
we need to continue receiving, and possibly log & trace this event.
The text was updated successfully, but these errors were encountered:
ainghazal
added a commit
to ainghazal/minivpn
that referenced
this issue
Feb 11, 2024
should not return in the presence of malformed packets.
we still need to properly log & trace these events, but this is a first
defensive reaction to malformed input.
- Related: ooni#67
right now (under internal/packetmuxer) we will fail if we cannot correctly parse an incoming packet (for instance, if the incoming packet has bogus bytes prepended).
we need to continue receiving, and possibly log & trace this event.
The text was updated successfully, but these errors were encountered: