-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi team!
I run duroc_hog with that command:
./duroc_hog --caseinsensitive --entropy --prettyprint -v -o result_final result
And got this error:
2024-11-20 19:16:04,979 INFO [rusty_hogs] Attempting to parse JSON regex file from provided string...
2024-11-20 19:16:05,187 INFO [rusty_hogs] Attempting to parse JSON allowlist string
2024-11-20 19:16:05,193 INFO [duroc_hog] path verification succeeded
2024-11-20 19:16:05,193 INFO [duroc_hog] scan_file("result")
2024-11-20 19:16:05,646 INFO [duroc_hog] scan_bytes: "result"
thread 'main' panicked at 'range end index 307028 out of range for slice of length 307027', src/bin/duroc_hog.rs:319:30
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
P.S. But if I run w/o --entropy all is good