You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently free (NULL) calls are identified as false positives for double free operations.
The solution is to ignore them, by adding also the condition
/arg1 != 0/ to pid$1::free:entry
for both .d scripts
The text was updated successfully, but these errors were encountered:
Currently free (NULL) calls are identified as false positives for double free operations.
The solution is to ignore them, by adding also the condition
/arg1 != 0/ to pid$1::free:entry
for both .d scripts
The text was updated successfully, but these errors were encountered: