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
An input file such as this, as created and minimized with AFL:
ssdeep,1.0--blocksize:hash:hash,filename
"
crashes ssdeep when provided as input to ssdeep -m $FILE:
% ./inst/bin/ssdeep -m ssdeep.crash
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 2) > this->size() (which is 1)
zsh: abort ./inst/bin/ssdeep -m ssdeep.crash
%