Re: [PATCH] progress: don't dereference before checking for NULL
From: Junio C Hamano <hidden> Date: 2020-08-10 21:58:03
Martin Ågren [off-list ref] writes:
The progress API handles NULL just fine, but
that's the NULL-ness of `*p_progress`, e.g., when running with
`--no-progress`. If `p_progress` is NULL, chances are that's a mistake.