]> granicus.if.org Git - clang/commit
clang-format: Fix crasher when a UTF8 character is found in an escape
authorDaniel Jasper <djasper@google.com>
Mon, 20 Jul 2015 23:28:07 +0000 (23:28 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 20 Jul 2015 23:28:07 +0000 (23:28 +0000)
commit8c6f4375dc7607ec15e8b961d009729dbd27c91c
tree3e6314924297293089f8726e20f7c4f5602cf53a
parentdfc90655662a0704da39a0a8cb0f341155378e2c
clang-format: Fix crasher when a UTF8 character is found in an escape
sequence. Discovered by the fuzzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Encoding.h
unittests/Format/FormatTest.cpp