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: unassignedclangb...@nondot.org
          Reporter: vsap...@apple.com
                CC: h...@chromium.org, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to