• Nils Goroll's avatar
    TAKE_OBJ_NOTNULLification: cases with the first AN(objp) missing · 65cd2e05
    Nils Goroll authored
    in these cases, the initial AN(objp) was missing, so we would
    potentially dereference a NULL pointer without an explicit assertion
    failure.
    
    in VCL_Rel(), AN(*vcc) was likely just a typo resulting in a semantic
    noop (the check was a duplication of the NULL check in
    CHECK_OBJ_NOTNULL).
    
    ... more examples why using the macro is a good idea
    65cd2e05
Name
Last commit
Last update
..
coccinelle Loading commit data...
audit_vfl.sh Loading commit data...
audit_vgz.sh Loading commit data...
audit_vpf.sh Loading commit data...
audit_vsha256.sh Loading commit data...
cmp_libz.sh Loading commit data...
coverity-run Loading commit data...
flint_skel.sh Loading commit data...
gcov_digest.py Loading commit data...
include_wash.py Loading commit data...
lsan.suppr Loading commit data...
tsan.suppr Loading commit data...
ubsan.suppr Loading commit data...
vmod_ref_rename.sh Loading commit data...
vtc-bisect.sh Loading commit data...
vtest.sh Loading commit data...
witness.sh Loading commit data...