CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/27 15:10:57
Modified files:
sys/nfs : Tag: OPENBSD_6_3 nfs_serv.c nfs_vnops.c
nfsm_subs.h
Log message:
Check for negative length integers in NFS server. A malicious
client could crash the server.
from bluhm@; OK tedu@
Check for negative length integers in NFS client. A malicious
server could confuse the client file system code.
from bluhm@; OK beck@
Check for negative length in NFS strings. This affects both, the
client and server.
from bluhm@; OK beck@
OpenBSD 6.3 errata 029