Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDLC: out-of-bounds-read trimming trailing spaces
This fixes reading bytes just before a global output buffer in the preprocessor in IDLC, caused by a failure to account for the possibility of a line consisting solely of whitespace when deleting trailing whitespace in generated output. Credits for finding the bug: - Carlos Andres Ramirez (https://carlos.engineer) - Goktug Serez (https://github.com/g0ku704) - Xin Huang (https://github.com/xinhuang) Signed-off-by: Erik Boasson <[email protected]>
- Loading branch information