12 Jun, 2010

1 commit

  • Add a Coccinelle file to identify the dereferences of NULL variables

    This semantic patch identifies when a variable is known to be NULL
    after a test, but it is still dereferenced later.

    Signed-off-by: Nicolas Palix
    Signed-off-by: Julia Lawall
    Signed-off-by: Michal Marek

    Nicolas Palix