[llvm-bugs] [Bug 36288] New: Merge clang r324419 into 6.0 branch: [Lex] Fix handling numerical literals ending with ' and signed exponent.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 7 15:48:27 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36288
Bug ID: 36288
Summary: Merge clang r324419 into 6.0 branch: [Lex] Fix
handling numerical literals ending with ' and signed
exponent.
Product: clang
Version: 6.0
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: vsapsai at apple.com
CC: hans at chromium.org, llvm-bugs at lists.llvm.org
Blocks: 35804
This commit https://reviews.llvm.org/rC324419 fixes crash for invalid usage of
digit separator introduced in C++14. The main reason to merge the fix is that
it fixes OSS-Fuzz bug
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4588 which is classified
as security issue. Regardless of their own security evaluations, I think clang
vendors and users will benefit from this fix.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=35804
[Bug 35804] [meta] 6.0.0 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180207/78904ce8/attachment.html>
More information about the llvm-bugs
mailing list