This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-06-14 17:31:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9e6b178d48082cfba2ce82906367e5144192ede2
codeql
/
cpp
/
ql
/
test
/
query-tests
/
Likely Bugs
/
Memory Management
/
AllocaInLoop
History
Ziemowit Laski
09e729ff59
Turns out that '__builtin_alloca' takes 'unsigned long', not 'unsigned long long'; rename some parameters to align with C11 standard.
2019-03-19 13:27:14 -07:00
..
AllocaInLoop1.cpp
Turns out that '__builtin_alloca' takes 'unsigned long', not 'unsigned long long'; rename some parameters to align with C11 standard.
2019-03-19 13:27:14 -07:00
AllocaInLoop1ms.cpp
Use '// GOOD' and '// BAD' annotations for query diagnostics.
2019-03-19 12:29:38 -07:00
AllocaInLoop2.c
Turns out that '__builtin_alloca' takes 'unsigned long', not 'unsigned long long'; rename some parameters to align with C11 standard.
2019-03-19 13:27:14 -07:00
AllocaInLoop3.cpp
Turns out that '__builtin_alloca' takes 'unsigned long', not 'unsigned long long'; rename some parameters to align with C11 standard.
2019-03-19 13:27:14 -07:00
AllocaInLoop.expected
Add 'restrict' support to the C++ test cases.
2019-03-14 12:12:45 -07:00
AllocaInLoop.qlref
Updated query to look for Microsoft-specific '_alloca' and '_malloca' entry points. Added sundry positive and negative test cases.
2019-03-13 18:43:24 -07:00
malloc.h
Updated query to look for Microsoft-specific '_alloca' and '_malloca' entry points. Added sundry positive and negative test cases.
2019-03-13 18:43:24 -07:00