Page MenuHomeFreeBSD

D19836.id55882.diff
No OneTemporary

D19836.id55882.diff

Index: sys/fs/fuse/fuse_vfsops.c
===================================================================
--- sys/fs/fuse/fuse_vfsops.c
+++ sys/fs/fuse/fuse_vfsops.c
@@ -225,7 +225,7 @@
size_t len;
struct cdev *fdev;
- struct fuse_data *data;
+ struct fuse_data *data = NULL;
struct thread *td;
struct file *fp, *fptmp;
char *fspec, *subtype;
@@ -361,7 +361,7 @@
out:
if (err) {
FUSE_LOCK();
- if (data->mp == mp) {
+ if (data && data->mp == mp) {
/*
* Destroy device only if we acquired reference to
* it

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 10:54 AM (19 h, 5 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29961042
Default Alt Text
D19836.id55882.diff (535 B)

Event Timeline