kde-base/pykde4: fix bugs in pythonpluginfactorywrapper.c
authorHector Martin <marcan@marcan.st>
Fri, 11 Mar 2016 14:11:34 +0000 (23:11 +0900)
committerMichael Palimaka <kensington@gentoo.org>
Fri, 18 Mar 2016 07:19:23 +0000 (18:19 +1100)
commit22aa5c8c729841148f66fb93c2f093d240d6b9bd
tree9c7dd635199e563e5cce372a9d83b1ba4265a2dc
parente3d8a510e7383f02536abc41d2409dda85aa693c
kde-base/pykde4: fix bugs in pythonpluginfactorywrapper.c

The logic for checking the return value of fork() was inverted,
causing the main process to continue as the child process, while
the parent process execs. This can confuse libraries and
applications that don't expect their PID to suddenly change, and
other misc badness (process gets reparented to init, etc.)

Gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=555436
kde-base/pykde4/files/kpythonpluginfactorywrapper.c-r2 [new file with mode: 0644]
kde-base/pykde4/pykde4-4.14.3-r1.ebuild [new file with mode: 0644]