Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lex] Don't read past the end of the buffer | Benjamin Kramer | 2015-03-29 | 1 | -0/+9 |
While dereferencing ThisTokEnd is fine and we know that it's not in [a-zA-Z0-9_.], ThisTokEnd[1] is really past the end. Found by asan and with a little help from clang-fuzz. llvm-svn: 233491 |