Commit Graph
2 Commits
Author SHA1 Message Date
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
Ben McClelland 2093b4721d add go module 2021-03-02 16:48:32 -07:00