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-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=0078a7598518a66c085311a11a0f25203b9ecce6;p=rit 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