Skip to content

Commit

Permalink
Don’t have the RTR listener fail if a socket fails after accept. (#939)
Browse files Browse the repository at this point in the history
This PR changes the RTR listener to not fail the accept loop when setting up
a stream after accepting it fails. Instead it will quietly drop the stream
in this case and keep going.

As part of this, the PR also drops tokio-stream as a dependency and
implements its own listener stream.

This PR fixes CVE-2024-1622 reported by Yohei Nishimura, Atsushi Enomoto,
Ruka Miyachi; Internet Multifeed Co., Japan.
  • Loading branch information
partim authored Feb 27, 2024
1 parent c20ac6e commit 0aeb46a
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 248 deletions.
Loading

0 comments on commit 0aeb46a

Please sign in to comment.