Skip to content

pid_get_parent: fix for OpenBSD

Antoine Jacoutot requested to merge ajacoutot/gtk:openbsd-pid_get_parent into master

This fixes a long standing bug in pid_get_parent on OpenBSD (which was mine so... my fault). kp wasn't properly allocated and the function could return random failures.

Merge request reports