18 isn't a prime (duh).
This commit is contained in:
parent
15b838521f
commit
3a55f950a9
|
@ -43,7 +43,7 @@ def try_one(s):
|
|||
|
||||
# A pattern with prime length, to avoid simple relationships with
|
||||
# stdio buffer sizes.
|
||||
primepat = "1234567890\00\01\02\03\04\05\06\07"
|
||||
primepat = "1234567890\00\01\02\03\04\05\06"
|
||||
|
||||
nullpat = "\0" * 1000
|
||||
|
||||
|
|
Loading…
Reference in New Issue