Re: git: 17cbcf33c3b6 - main - mbuf(9): Assert receive mbufs don't carry a send tag.

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Thu, 27 Jan 2022 08:29:51 UTC
On 1/27/22 06:16, Gleb Smirnoff wrote:
> Why do you allow (m == NULL) in the assertion? Does it make any sense to
> relax it this way?

Because the other M_XXXX assert macros checked for NULL aswell.

--HPS