K 10 svn:author V 2 kp K 8 svn:date V 27 2022-06-06T11:47:18.001232Z K 7 svn:log V 499 pf: fix more syncookie memory leaks Allocate memory for packed nvlists in M_NVLIST, as nvlist_pack() does this as well, and we use the same variable interchangable with the memory we allocate. When we free it we can end up freeing from the wrong zone, leaking memory. Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D35385 (cherry picked from commit a37e0e6de6527a7eaddea8e28f5e4b3427fba1a4) Git Hash: 329c9b9da5928e0a2de0014c4f6a254ceae299ec Git Author: franco@opnsense.org END