mirror of https://github.com/OISF/suricata
memcmp: compare the first byte as well
MemcmpLowercase would not compare the first byte of both input buffers leading to two non-identical buffers to be considered the same. Affects SSE_4_1 and SSE_4_2 implementations of SCMemcmpLowercase, as well as the non-SIMD implementation. SSE_3 and Tile version are not affected.pull/1294/head
parent
c51ce4d2c0
commit
17dfd59bc3
Loading…
Reference in New Issue