Page MenuHome GnuPG

Add new function to spawn API which has 'modifying' environment semantics
Open, NormalPublic

Description

Current semantics with gpgrt_spawn_actions_set_environ is not useful, since an application needs to access environ to prepare environment for child.

Instead, having a function to modify environ is good.

Event Timeline

gniibe created this task.

Here is my attempt: