Add nullptr check in fuse_session_mount
authorBernd Schubert <bschubert@ddn.com>
Tue, 25 Jun 2024 05:05:19 +0000 (07:05 +0200)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Tue, 25 Jun 2024 09:34:16 +0000 (11:34 +0200)
commitf88e08f34d2d4f398f23797707e1c50cd306e405
tree3caf402617d3eab28d814b9791e2bdd6bd35c755
parent09e6583b54b7cd126869d41908e28cd0e8f44e45
Add nullptr check in fuse_session_mount

The pointer did not have any sanity check.

Addresses https://github.com/libfuse/libfuse/issues/979
lib/fuse_lowlevel.c
lib/mount_util.c