vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
288 stars 66 forks source link

Fix fuse_mount function argument probing #81

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

The test did not check the number of arguments with certain fuse headers because they declare fuse_mount in , not . If the compile supports implicit function declarations, the test always succeeds (regardless of parameter count). If it does not, it always fails.

Found as part of: