mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting
tail hex parsing, remove fundu dependency
This commit is contained in:
@@ -5,6 +5,7 @@ use uucore::parser::parse_time;
|
||||
|
||||
fuzz_target!(|data: &[u8]| {
|
||||
if let Ok(s) = std::str::from_utf8(data) {
|
||||
_ = parse_time::from_str(s);
|
||||
_ = parse_time::from_str(s, true);
|
||||
_ = parse_time::from_str(s, false);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user