mirror of
https://github.com/lunchcat/sif.git
synced 2026-07-06 04:34:11 -07:00
0fa3d03eb7
scanLines used a default bufio.Scanner (64k token cap) and never checked scanner.Err(), so a wordlist line past the cap silently halted the scan and dropped that line plus everything after it. return the error so the wordlist loaders fail loud instead of running against a truncated list.