Commit Graph
1 Commits
Author SHA1 Message Date
Chao Wang da9a13289b Fix inode path result pointers across stack relocation
The old request stored the result address as an integer, which Go could
not update when the stack moved. Use a typed pointer to prevent stale
addresses and empty lookup results. Keep Go 1.16 compatibility.
2026-09-02 12:00:22 -07:00