Add a patch to work around https://github.com/bus1/dbus-broker/issues/427. #1

Open
archie172 wants to merge 1 commits from archie172/dbus-broker:factory into factory
First-time contributor

See https://github.com/bus1/dbus-broker/issues/427 for details on this bug.

It looks like getsockopt(fd, SOL_SOCKET, SO_PEERPIDFD, ...) can return ESRCH but this possibility is not being accounted for, causing a crash.

See https://github.com/bus1/dbus-broker/issues/427 for details on this bug. It looks like `getsockopt(fd, SOL_SOCKET, SO_PEERPIDFD, ...)` can return `ESRCH` but this possibility is not being accounted for, causing a crash.
archie172 added 1 commit 2026-02-14 19:11:24 +01:00
Author
First-time contributor
FYI the opensuse bug for this is https://bugzilla.opensuse.org/show_bug.cgi?id=1255678
Author
First-time contributor

FYI I didn't realize this at first but it turns out that:

  • This patch is in fact the correct workaround, and
  • It has already been incorporated into upstream.

This is according to https://github.com/bus1/dbus-broker/issues/427#issuecomment-3907160145

Also - can this please be backported to dbub-broker version 36, which is currently being used by opensuse 16.0?

Thanks.

FYI I didn't realize this at first but it turns out that: * This patch is in fact the correct workaround, and * It has already been incorporated into upstream. This is according to https://github.com/bus1/dbus-broker/issues/427#issuecomment-3907160145 Also - can this please be backported to `dbub-broker` version 36, which is currently being used by opensuse 16.0? Thanks.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u factory:archie172-factory
git checkout archie172-factory
Sign in to join this conversation.