glaslos / ssdeep

SSDEEP hash lib in Golang
Other
101 stars 35 forks source link

Hang if file length less than 192 bytes #2

Closed oneumyvakin closed 7 years ago

oneumyvakin commented 7 years ago

STEPS

  1. Create file of 191 byte:
    12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901
  2. Try to execute code:
    deepSig := ssdeep.NewSSDEEP()
    sigStr := deepSig.Fuzzy("191.txt")

ACTUAL RESULT

glaslos commented 7 years ago

Fixed.