CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/14 17:30:55
Modified files:
usr.sbin/ypldap: ypldap.c
Log message:
If the main process receives an oversized passwd or group entry message from
the ldap client process, discard it rather than overflowing the struct
idm_req on the stack.
Pointed out by Frank Denis
ok claudio@
