Problemunvalidated
subtracting 4 bytes from the end and writing "orig" — when saving .orig backups during HTML-extension adjustment. Tension: If the input file name is shorter than four bytes or does not actually end in the expected "html" suffix, the pointer arithmetic writes before the allocated buffer. Outcome: causing stack memory corruption.
04d198c1-dc9e-464e-9adc-736f1e4bf97a
subtracting 4 bytes from the end and writing "orig" — when saving .orig backups during HTML-extension adjustment. Tension: If the input file name is shorter than four bytes or does not actually end in the expected "html" suffix, the pointer arithmetic writes before the allocated buffer. Outcome: causing stack memory corruption.