Skip to content

Merge r347981 into the 7.0 branch #39194

Closed
@llvmbot

Description

@llvmbot
Bugzilla Link 39847
Resolution FIXED
Resolved on Dec 05, 2018 11:33
Version 7.0
OS All
Blocks #38454
Reporter LLVM Bugzilla Contributor
CC @dkrupp,@devincoughlin,@tstellar
Fixed by commit(s) r348362 r348362

Extended Description

[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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions