[PATCH] D79330: [Analyzer][VLASizeChecker] Check for VLA size overflow.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 4 09:05:19 PDT 2020
balazske added a comment.
Question: Is there a way to check for overflow in the symbolic domain (that is the `ArrSize` value)? Or get the maximal possible value of a `SVal` if it is constrained? (The `ArrSize` that is a multiplication of every dimension size can not be checked simply for too big value symbolically because calculation overflows are not detected.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79330/new/
https://reviews.llvm.org/D79330
More information about the cfe-commits
mailing list