This is an archive of the discontinued LLVM Phabricator instance.

Fix buffer overflow in Lexer
ClosedPublic

Authored by kcc on May 4 2015, 3:09 PM.

Details

Summary

Fix PR22407, where the Lexer overflows the buffer when parsing
#include<\
(end of file after slash)

Diff Detail

Event Timeline

kcc updated this revision to Diff 24920.May 4 2015, 3:09 PM
kcc retitled this revision from to Fix buffer overflow in Lexer.
kcc updated this object.
kcc edited the test plan for this revision. (Show Details)
kcc added a reviewer: rnk.
kcc added a subscriber: Unknown Object (MLST).
rnk accepted this revision.May 4 2015, 3:24 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 4 2015, 3:24 PM
kcc closed this revision.May 4 2015, 3:33 PM