K 10 svn:author V 2 kp K 8 svn:date V 27 2022-04-27T12:52:14.155904Z K 7 svn:log V 559 pf: counter argument to pfr_pool_get() may never be NULL Coverity points out that if counter was NULL when passed to pfr_pool_get() we could potentially end up dereferencing it. Happily all users of the function pass a non-NULL pointer. Enforce this by assertion and remove the pointless NULL check. Reported by: Coverity (CID 273309) MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit efc64d02a62f3254ecc0b22fcbcb8f73a079669f) Git Hash: a618bb0f676cca4f7e0898b0848acf8e88813c03 Git Author: kp@FreeBSD.org END