On Tue, Feb 19, 2019 at 02:56:43AM +0000, Dan Robertson wrote: > The scrub_ctx csum_list member must be initialized before > scrub_free_ctx is called. If the csum_list is not initialized > beforehand, the list_empty call in scrub_free_csums will result > in a null deref. > > Signed-off-by: Dan Robertson <d...@dlrobertson.com>
Reviewed-by: David Sterba <dste...@suse.com> Thanks, it's been there since the first merge of scrub, but hard to hit.