diff options
| author | yvt <i@yvt.jp> | 2023-04-07 23:04:07 +0900 |
|---|---|---|
| committer | yvt <i@yvt.jp> | 2023-04-08 01:21:41 +0900 |
| commit | b121f98160340a5b4cd6332cf32491d50de7df38 (patch) | |
| tree | d2527710387d47ba0774c77993feb10ff8934590 /pkgs/development/python-modules/rangehttpserver | |
| parent | c816bd50aa41bd3ab4adfeb62ac918566076d59f (diff) | |
fuse-7z-ng: add patch to zero-init `struct fuse_operations`
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.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
