CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2024/07/13 07:06:47
Modified files: usr.sbin/radiusd: parse.y radiusd.c Log message: Use calloc(3) instead of malloc(3). "accounting" is used without initialization. Also don't check request authenticator for other than Accounting-Request.