diff options
Diffstat (limited to 'src/system-w32.c')
-rw-r--r-- | src/system-w32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system-w32.c b/src/system-w32.c index 85f0e40..6213579 100644 --- a/src/system-w32.c +++ b/src/system-w32.c @@ -402,7 +402,8 @@ __assuan_spawn (assuan_context_t ctx, pid_t *r_pid, const char *name, /* Note: We inherit all handles flagged as inheritable. This seems to be a security flaw but there seems to be no way of selecting - handles to inherit. */ + handles to inherit. A fix for this would be to use a helper + process like we have in gpgme. */ /* _assuan_log_printf ("CreateProcess, path=`%s' cmdline=`%s'\n", */ /* name, cmdline); */ if (!CreateProcess (name, /* Program to start. */ |