1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00
NIIBE Yutaka da3a4c54a8 agent: Fix coercion for pinentry_pid handling.
* agent/call-pinentry.c (start_pinentry): Don't use pid_t.

--

When pid_t is 64-bit integer and unsigned long is 32-bit,
it never matches, because left hand side does not fill
upper 32-bit.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2020-07-31 17:20:31 +09:00
..
2020-02-18 18:07:46 -05:00
2015-10-28 10:20:17 +01:00
2020-06-24 10:11:47 +02:00
2020-07-08 14:54:10 +02:00
2020-06-24 10:05:03 +09:00
2020-06-24 10:11:47 +02:00
2020-02-18 18:07:46 -05:00