Files
whitemagic/WhiteMagic
kbe 68255f907c fix: IndexOfPattern alignment for multi-byte encodings
Stride the scan by pattern.Length (1 for ASCII/UTF-8, 2 for UTF-16,
4 for UTF-32) to avoid matching a misaligned null-terminator pattern
mid-character.
2026-07-21 19:34:01 +02:00
..