diff options
-rw-r--r-- | src/operations.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations.cc b/src/operations.cc index ad9f8f3..2bded60 100644 --- a/src/operations.cc +++ b/src/operations.cc @@ -198,6 +198,7 @@ fuse_operations FuseOperations(File* const root) { root_ = root; fuse_operations result; + std::memset(&result, 0, sizeof(result)); result.flag_nullpath_ok = true; result.flag_nopath = true; |