Check for NULL fullpath pointer in clean_export_paths

fullpath can be NULL here, in which case we'll end up with a null
pointer dereference. Check for that and treat it the same as an
empty path.

Change-Id: I5313728efde03cf6e090ad3462a6a2194ac6814f
Signed-off-by: Jeff Layton <jlayton@redhat.com>
1 file changed
tree: 81aa0dc5fe293651a6ae43439a537e2eebb160a8
  1. contrib/
  2. coverity/
  3. jenkins/
  4. src/
  5. .gitignore
  6. .gitmodules
  7. .gitreview
  8. .mailmap
  9. .travis.yml
  10. README.md
README.md

Coverity Scan Build Status nfs-ganesha

NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems. It also supports the 9p.2000L protocol.

For more information, consult the project wiki.