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
2025-12-19 18:33:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
remove-javascript
codeql
/
cpp
/
ql
/
test
/
query-tests
/
Likely Bugs
/
Memory Management
/
AllocaInLoop
History
Geoffrey White
cf194219b9
CPP: Fix FPs.
2019-07-15 14:58:35 +01:00
..
AllocaInLoop1.cpp
CPP: Fix FPs.
2019-07-15 14:58:35 +01: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
CPP: Fix FPs.
2019-07-15 14:58:35 +01: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
BoundedLoop.cpp
C++: suppress alerts in tightly bounded loops
2019-05-01 08:33:35 +02: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