bcachefs-tools/src
Thomas Mühlbacher b4db95b16e fix: don't try to convert C command returns to u8
Fixes Rust panics if some C command (like fsck) returns a value bigger
than 255. The process exit code will be mangled but what can we do, it's
less confusing than a panic (that unfortunately doesn't print the return
value).

Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
2024-07-30 23:33:09 +02:00
..
commands mount: Fix UAF in option string handling 2024-07-22 11:22:34 -04:00
wrappers fix: unbreak subvolume commands 2024-06-03 17:05:52 +02:00
bcachefs.rs fix: don't try to convert C command returns to u8 2024-07-30 23:33:09 +02:00
key.rs fix silly clippy warning 2024-07-14 22:16:13 -04:00
logging.rs fix(logging): re-enable warn and error by default 2024-07-21 01:16:28 +02:00