CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/02/05 10:29:06
Modified files: sys/net : pf.c Log message: When a packet with an unusual protocol number got rewritten, the header lenght was uninitialized. This resulted in a panic in m_clget(). Initialize hdrlen with 0 and call m_copyback() only if necessary. ok henning@