libgocryptfs/internal/fusefrontend
Jakob Unterwurzacher b23e21f61f fusefrontend: catch ReadAt integer overflow
Discovered by xfstests generic/564 .

Failure was:

generic/564	- output mismatch (see /opt/fuse-xfstests/results//generic/564.out.bad)
    --- tests/generic/564.out	2021-05-08 21:11:05.307395966 +0200
    +++ /opt/fuse-xfstests/results//generic/564.out.bad	2021-05-19 19:01:16.912888879 +0200
    @@ -31,7 +31,7 @@
     source range beyond 8TiB returns 0

     destination range beyond 8TiB returns EFBIG
    -copy_range: File too large
    +copy_range: Function not implemented
2021-06-02 18:20:05 +02:00
..
args.go v2api: -sharestorage: disable hard link tracking & add tests 2021-03-07 17:22:29 +01:00
ctlsock_interface.go v2api: implement ctlsocksrv.Interface 2020-07-17 22:14:40 +02:00
dircache.go fusefrontend: print dirCache stats after unmount 2021-04-05 18:20:17 +02:00
file.go fusefrontend: catch ReadAt integer overflow 2021-06-02 18:20:05 +02:00
file_allocate_truncate.go v2api: rename "File2" to just "File" 2020-08-16 12:50:33 +02:00
file_api_check.go v2api: clean up api TODOs 2020-08-16 13:52:27 +02:00
file_holes.go fusefrontend: rewrite Lseek SEEK_DATA / SEEK_HOLE 2021-05-29 16:05:36 +02:00
file_setattr.go v2api: rename "File2" to just "File" 2020-08-16 12:50:33 +02:00
node.go fusefrontend: fix RENAME_NOREPLACE darwin build failure 2021-05-15 17:20:43 +02:00
node_api_check.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
node_dir_ops.go fusefrontend: list "." and ".." in dir entries 2021-05-29 16:44:38 +02:00
node_helpers.go fusefrontend: make dirCache work for "node itself" 2021-04-07 07:18:35 +02:00
node_open_create.go fusefronted: move Create() and Open() to new file 2021-03-21 09:31:05 +01:00
node_xattr.go nametransform: check name validity on encryption 2021-06-02 14:29:48 +02:00
node_xattr_darwin.go v2api: add Darwin xattr support 2020-09-09 11:17:19 +02:00
node_xattr_linux.go v2api: implement Getxattr, Setxattr, Removexattr, Listxattr 2020-07-14 19:55:20 +02:00
openbackingdir_test.go tests: fusefronted: fix TestOpenBackingDir 2021-04-03 12:34:18 +02:00
root_node.go nametransform: check name validity on encryption 2021-06-02 14:29:48 +02:00
xattr_unit_test.go nametransform: check name validity on encryption 2021-06-02 14:29:48 +02:00