Skip to content

Commit

Permalink
ts: update tokio fork for RUSTSEC-2021-0124
Browse files Browse the repository at this point in the history
A data race condition was discovered in tokio, which can lead
to memory corruption. This vulnerability affects our fork.

See:

- https://rustsec.org/advisories/RUSTSEC-2021-0124
- tokio-rs/tokio#4225
- tokio-rs/tokio#4226
- fengalin/tokio#1

Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/174
  • Loading branch information
fengalin committed Nov 17, 2021
1 parent 88ecd79 commit 53bfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/threadshare/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ gst-net = { package = "gstreamer-net", git = "https://gitlab.freedesktop.org/gst
gst-rtp = { package = "gstreamer-rtp", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
pin-project = "1"
once_cell = "1"
tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] }
tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling.1", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] }
futures = { version = "0.3", features = ["thread-pool"] }
rand = "0.8"
socket2 = {features = ["all"], version = "0.4"}
Expand Down

0 comments on commit 53bfb58

Please sign in to comment.