CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/20 11:04:29
Modified files:
usr.sbin/ospfd : Tag: OPENBSD_7_4 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)
from claudio@; OK tb@
this is errata/7.4/004_ospfd.patch.sig
