mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fuse: be nicer to software which fails on truncated reads, such as Wimgapi.dll
This commit is contained in:
parent
b025c2f660
commit
b6a3c52d67
2 changed files with 65 additions and 23 deletions
|
@ -11,7 +11,7 @@ PYTHONPATH=.. python3 -m copyparty -v /dev/shm/fusefuzz/r::r -i 127.0.0.1
|
|||
|
||||
|
||||
def main():
|
||||
v = "virt"
|
||||
v = "v"
|
||||
for n in range(5):
|
||||
with open(f"r/{n}", "wb") as f:
|
||||
f.write(b"h" * n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue