Regarding the Null pointer derefernce in calloc #344
Replies: 1 comment 6 replies
-
Regarding 1.: Yes, all warnings of the cwe_checker are only potential bugs, since false positives are almost not avoidable for this type of static analysis. And if I read your code snippet correctly, then your example here is a false positive, since the analysis checks in line 72 in the decompiler window whether Regarding 2.: The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So i was analyzing the binary using this checker,
Any insights on this would
be so helpful. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions