You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cptbox: declare proc_dir earlier and resolve exact proc_dir
We can declare the proc directory earlier in the code and use it. We
intentionally add a trailing slash on line 352, in case for instance,
the process PID is 123 and they request /proc/12345. Finally, we add a
check for the literal directory /proc/getpid()
0 commit comments