Commit ef70953
committed
fix(interpreter): return sandboxed PID for $$ instead of real host PID
$$ was using std::process::id() which leaked the real OS PID. Now
returns fixed value 1 to maintain sandbox isolation.
Closes #425
https://claude.ai/code/session_01WZjYqxm5xMPAEe7FSHJkDy1 parent fa636e2 commit ef70953
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7704 | 7704 | | |
7705 | 7705 | | |
7706 | 7706 | | |
7707 | | - | |
7708 | | - | |
| 7707 | + | |
| 7708 | + | |
7709 | 7709 | | |
7710 | 7710 | | |
7711 | 7711 | | |
| |||
9532 | 9532 | | |
9533 | 9533 | | |
9534 | 9534 | | |
| 9535 | + | |
| 9536 | + | |
| 9537 | + | |
| 9538 | + | |
| 9539 | + | |
| 9540 | + | |
| 9541 | + | |
| 9542 | + | |
| 9543 | + | |
| 9544 | + | |
9535 | 9545 | | |
0 commit comments