79695254

Date: 2025-07-09 07:46:41
Score: 2
Natty:
Report link

IMHO

*(const char*)pattern + index)

does not work correct, something like

if (((const char*)mem)[idx++] == ((const char*)pattern)[index])

might compare the bytes

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: bitstreamout