Files
clang-p2996/clang/test/Analysis/memory-model.cpp
DonatNagyE 0424546ed4 [analyzer] Use AllocaRegion in MallocChecker (#72402)
...to model the results of alloca() and _alloca() calls. Previously it
acted as if these functions were returning memory from the heap, which
led to alpha.security.ArrayBoundV2 producing incorrect messages.
2023-11-28 16:34:44 +01:00

6.6 KiB