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