CRaC / criu

Other
28 stars 10 forks source link

Fix /proc/<pid>/cmdline and environ #15

Open rvansa opened 9 months ago

rvansa commented 9 months ago

When the addresses set by PR_SET_MM_ARG_START|END and PR_SET_MM_ENV_START|END are mapped to a file (which is the case after mmaping the image into memory) the proc filesystem won't print cmdline and environ correctly.