Finding unbalanced reference counting #8566
CaledoniaProject
started this conversation in
General
Replies: 1 comment
-
If you're just looking for that simple case, I'd recommend using the global value numbering library to match up equivalent expressions, and then using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to find out the missing calls to ref_del. The source code is like the following:
For all calls to ref_add, I want to find out if ref_del is not called for the same struct, and within the same enclosing function. This looked quite complex, is it possible to do it in codeql?
Beta Was this translation helpful? Give feedback.
All reactions