| commit | 7304027c6d8505598f5bbb58022109d33d1c926c | [log] [tgz] |
|---|---|---|
| author | Gabor Horvath <xazax.hun@gmail.com> | Mon Sep 19 20:39:52 2016 +0000 |
| committer | Gabor Horvath <xazax.hun@gmail.com> | Mon Sep 19 20:39:52 2016 +0000 |
| tree | 8dd4ebe48c018092e21cd98c88204f3b9332a2b6 | |
| parent | 3750c04f7e956bb24452556ca42ab3e2942a5b00 [diff] |
[analyzer] Calculate extent size for memory regions allocated by new expression. ArrayBoundChecker did not detect out of bounds memory access errors in case an array was allocated by the new expression. This patch resolves this issue. Patch by Daniel Krupp! Differential Revision: https://reviews.llvm.org/D24307 llvm-svn: 281934