CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/07 04:29:05
Modified files:
usr.sbin/ospfd : auth.c
Log message:
iface->auth_key is not a real C string so use strnlen() to define the maximum.
This fixes the use of 8 char passwords with auth simple.
Reported by Laurent CARON (lcaron at unix-scripts info)
OK tb@
