Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kde-base/pykde4: fix bugs in pythonpluginfactorywrapper.c #1032

Closed
wants to merge 1 commit into from

Commits on Mar 11, 2016

  1. kde-base/pykde4: fix bugs in pythonpluginfactorywrapper.c

    Bug: https://bugs.gentoo.org/show_bug.cgi?id=555436
    
    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.)
    marcan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    7acbf21 View commit details
    Browse the repository at this point in the history