Backed out d92bf83
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 3 Nov 2017 10:51:06 +0000 (10:51 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 3 Nov 2017 10:51:06 +0000 (10:51 +0000)
commit8ec7fd92eb5f41f3baffba91a397296afcd926ab
tree0694adbd7f96441d2cb1641cb1ce6e6f21075d57
parent16422eb03c3905fa3aaaf25b2b460f54f2501c8d
Backed out d92bf83

This change is bogus. fuse_module_factory_t is already a pointer
type. Additionally, if dlsym returns NULL, then you will be
dereferencing it causing a segfault. In my testing, a segfault will
happen even if dlsym returns successfully.

Thanks to Michael Theall for spotting!
lib/fuse.c