blob: 771d3a27e765916861c07fc9fc5b0784de9d425e (
plain) (
blame)
1
2
3
|
runtime
The issue arises from how `follow_path()` handles the root directory `/`, affecting the behavior during execution and causing `__getcwd` to fail. This indicates a problem that manifests at runtime rather than being specifically tied to an instruction or syscall error.
|