CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/01/08 12:27:56
Modified files: usr.sbin/ospfd : kroute.c Log message: Fix use after free of kr. Happend when the first loop removed the head element without updating the kr pointer which was later on used again. Found by da...@. OK norby@