CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2014/07/08 13:00:12
Modified files: usr.sbin/npppd/npppd: parse.y Log message: Fix a double free bug in parsing the config. It had occurred when a syntax error exists in radius {authentication,accounting}-server configuration. No need to free curr_radconf because it is a part of auth_conf. Pointed out Vladimir Seleznev