Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [edit] Don't hit an assert when trying to delete a trailing space at EOF | Benjamin Kramer | 2015-03-29 | 1 | -0/+9 |
The buffer is guaranteed to be zero-terminated so we can just circumvent the check. Found by afl-fuzz. llvm-svn: 233496 |