In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL deref in cifscomposemountoptions() The optional @ref parameter might contain an NULL nodename, so prevent dereferencing it in cifscomposemount_options(). Addresses-Coverity: 1476408 ("Explicit null dereferenced")