CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/22 16:11:23
Modified files:
usr.bin/sudo/auth: pam.c
Log message:
Use calloc() instead of malloc(n * s) followed by memset(). Not
actually used on OpenBSD but changed to avoid false positives in
audits. From Jean-Philippe Ouellet.
