K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-05-20T00:44:05.712179Z K 7 svn:log V 591 nfsd: Add a sanity check for Owner/OwnerGroup string length Robert Morris reported that, if a client sends an absurdly large Owner/OwnerGroup string, the kernel malloc() for the large size string can block forever. This patch adds a sanity limit for Owner/OwnerGroup string length. Since the RFCs do not specify any limit and FreeBSD can handle a group name greater than 1Kbyte, the limit is set at a generous 10Kbytes. PR: 260546 (cherry picked from commit ef4edb70c909fc2b1de867601c2230597d07daa0) Git Hash: c0ea059da22f0f1f20ee43db536a74032f140429 Git Author: rmacklem@FreeBSD.org END