summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/eof-number.c
Commit message (Collapse)AuthorAgeFilesLines
* [lex] Don't read past the end of the bufferBenjamin Kramer2015-03-291-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
OpenPOWER on IntegriCloud