From: Junio C Hamano Date: Thu, 16 Feb 2017 22:45:13 +0000 (-0800) Subject: Merge branch 'rs/cocci-check-free-only-null' X-Git-Tag: v2.12.0-rc2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0078a7598518a66c085311a11a0f25203b9ecce6;p=git Merge branch 'rs/cocci-check-free-only-null' A new coccinelle rule that catches a check of !pointer before the pointer is free(3)d, which most likely is a bug. * rs/cocci-check-free-only-null: cocci: detect useless free(3) calls --- 0078a7598518a66c085311a11a0f25203b9ecce6