lxcfs/0006-lxcfs-3.0.2-crashes-on-centos-7.patch
2019-11-06 19:42:23 +08:00

12 lines
290 B
Diff

diff -uprN a/bindings.c b/bindings.c
--- a/bindings.c 2018-08-17 04:12:24.000000000 +0800
+++ b/bindings.c 2018-11-21 11:45:56.120000000 +0800
@@ -1848,6 +1848,7 @@
free(f->buf);
f->buf = NULL;
free(f);
+ f = NULL;
}
int cg_releasedir(const char *path, struct fuse_file_info *fi)