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
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
The text was updated successfully, but these errors were encountered:
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 backtraceP.S. But if I run w/o --entropy all is good
The text was updated successfully, but these errors were encountered: