Commit Graph

3 Commits

Author SHA1 Message Date
Noelia 5e86766768 Update all references to status-im repository 2022-03-11 19:37:20 +01:00
Nathan Button 8a54176704 Add comment for fuzz 2018-08-30 15:05:50 -06:00
Steven Johnstone db0cf37600 Add fuzzing and fix crashers.
The output of strings.ToLower can have less bytes than the input.
There are valid utf8 strings which demonstrate this which could be
entered as potential passwords which would cause an out of bounds
slice access in the dictionary match code.

Fixed issue in go 1.10 test code for adjcmatrix.go to make sure
the tests passed cleanly.
2018-03-28 14:01:22 +01:00