mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
![]() Fixes segfault when reading archive files. `struct fuse_operations` contains function pointers specifying a filesystem's behavior for each operation. For unimplemented operations, they must be set to null so that libfuse can fall back to a default implementation or return an error. In fuse-7z-ng, however, they were left uninitialized, causing segfault due to garbage values stored in them. |
||
---|---|---|
.. | ||
default.nix | ||
no-pthread.patch | ||
zero-init-fuse-operations.patch |