Fix segfault in debug logging code
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 25 Oct 2016 04:09:00 +0000 (21:09 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 25 Oct 2016 04:09:00 +0000 (21:09 -0700)
commitf84f2db69203d950c15dbb2f1748052f7b4a2b41
tree29c1bd899ea22afe68855c69ce52a49b84c71735
parentb3ab365fda1a65f2c3535cda15de885bfa9de814
Fix segfault in debug logging code

fi may be NULL, so we need to protect against this.
lib/fuse.c
test/test_examples.py