fast_strstr icon indicating copy to clipboard operation
fast_strstr copied to clipboard

Change smus_diff declaration : can be a negative value and needs to be initialized to zero

Open kirabou opened this issue 9 years ago • 1 comments

Solve issue #6 from @beave : "Returns NULL when string is present?"

kirabou avatar May 14 '15 05:05 kirabou

I think that is incorrect. It should be unsigned int sums_diff = *haystack - *needle;

TSlivede avatar May 05 '21 11:05 TSlivede