gramine icon indicating copy to clipboard operation
gramine copied to clipboard

[LibOS] Remove `migrated_envp`

Open dimakuv opened this issue 3 years ago • 0 comments

Description of the changes

This variable is wrong and shouldn't be used.

But also see https://github.com/gramineproject/graphene/issues/2081 and the TODOs in this PR.

How to test this PR?

CI is enough. I modified sigprocmask_pending LibOS regression test, otherwise (if envp = {NULL}) it failed with:

sigprocmask_pending: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

This change is Reviewable

dimakuv avatar Jul 22 '22 09:07 dimakuv