[llvm-bugs] [Bug 39847] New: Merge r347981 into the 7.0 branch

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 30 02:50:07 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39847

            Bug ID: 39847
           Summary: Merge r347981 into the 7.0 branch
           Product: clang
           Version: 7.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Static Analyzer
          Assignee: dcoughlin at apple.com
          Reporter: adam.balogh at ericsson.com
                CC: dcoughlin at apple.com, llvm-bugs at lists.llvm.org

[Analyzer] [HOTFIX!] SValBuilder crash when
`aggressive-binary-operation-simplification` enabled

During the review of D41938 a condition check with an early exit accidentally
slipped into a branch, leaving the other branch unprotected. This may result in
an assertion later on. This hotfix moves this contition check outside of the
branch.

Commit: https://reviews.llvm.org/rC347981

-- 
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/20181130/37699f58/attachment.html>


More information about the llvm-bugs mailing list