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
There are multiple places where parsing server config from URL or just trying to parse a password panics and crashes the whole application using the library.
There are multiple places where parsing server config from URL or just trying to parse a password panics and crashes the whole application using the library.
shadowsocks-rust/crates/shadowsocks/src/config.rs
Lines 436 to 442 in c52b77d
shadowsocks-rust/crates/shadowsocks/src/config.rs
Line 447 in c52b77d
(triggered by
ServerConfig::from_url("ss://2022-blake3-aes-128-gcm:XYZ@127.0.0.1:9999")
)shadowsocks-rust/crates/shadowsocks/src/config.rs
Line 518 in c52b77d
shadowsocks-rust/crates/shadowsocks/src/config.rs
Line 529 in c52b77d
One of the cases was fixed in #1762
The text was updated successfully, but these errors were encountered: