AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
2.03k stars 319 forks source link

Fix rustup command in the LibAFL book #2491

Closed marcograss closed 3 months ago

marcograss commented 3 months ago

Fix a small typo for the rustup command. Although rustup upgrade works (it fallback to rustup update), the official subcommand is rustup update

domenukk commented 3 months ago

Oh TIL, think I've always used upgrade 😬 Thanks!