Commit Graph

1 Commits

Author SHA1 Message Date
LoGin b420dd0736
fix: 修复/proc/self/exe符号链接处理问题 (#1359)
- 修复符号链接路径拼接时rest_path为空的情况
- 在fork时正确继承父进程的可执行文件路径
- 在execve中解析符号链接的绝对路径
- 添加/proc/self/exe功能测试用例

Signed-off-by: longjin <longjin@DragonOS.org>
2025-11-11 16:15:38 +08:00