CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2014/01/21 14:38:40
Modified files: usr.sbin/relayd: parse.y Log message: fix a a double free caused by a config with two listen on statements in a relay (the first one with ssl). found and fixed by Erik Lax <erik AT halon DOT se> ok phessler