K 10 svn:author V 2 kp K 8 svn:date V 27 2022-04-27T12:52:11.533216Z K 7 svn:log V 498 pfsync: NULL check before dereference Move the use of 'sc' to after the NULL check. It's very unlikely that we'd actually hit this, but Coverity is correct that it's not a good idea to dereference the pointer and only then NULL check it. Reported by: Coverity (CID 1398362) MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit 43020350635150eeb439c035f608ec9e78ddff8f) Git Hash: f3b722fed330ee3a08a21947d6b4cf2fb70cc562 Git Author: kp@FreeBSD.org END