In the Linux kernel, the following vulnerability has been resolved:
NFSv4.2 fix problems with _nfs42ssc_open
A destination server while doing a COPY shouldn't accept using the passed in filehandle if its not a regular filehandle.
If allocfilepseudo() has failed, we need to decrement a reference on the newly created inode, otherwise it leaks.