Files
scoutfs-go/go.mod
Chao Wang 27dcea3506 Fix empty inode paths caused by stack movement
The inode path request stored the result buffer address as an integer,
which could become stale if the Go stack moved before the syscall.
Pin the buffer while the ioctl runs so ScoutFS writes to the address
that Go later reads.
2026-09-02 15:59:04 -07:00

4 lines
46 B
AMPL

module github.com/versity/scoutfs-go
go 1.26