Skip to content

Commit

Permalink
Merge pull request #2951 from simonevallifuoco/develop
Browse files Browse the repository at this point in the history
Update function-use-after-free.yaml
  • Loading branch information
kurt-r2c committed Jun 12, 2023
2 parents b128c44 + 4883aa7 commit d1a06b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c/lang/security/function-use-after-free.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rules:
free($VAR);
...
- pattern-not-inside:
free($VAR);
...
$VAR = NULL;
...
- pattern-not-inside:
Expand Down

0 comments on commit d1a06b3

Please sign in to comment.