K 10 svn:author V 4 jkim K 8 svn:date V 27 2008-08-28T16:40:51.585870Z K 7 svn:log V 416 Initialize scratch memory for JIT-compiled filter when it is allocated. Previously it may have contained unnecessary (even sensitive) data from the previous allocation. As a (good) side effect, scratch memory may be used to store the previous filter state(s) safely because it is allocated and freed with filter itself. However, use it carefully because bpf_filter(9) does not have this behavior. MFC after: 3 days END