Date: Mon, 04 May 2020 19:53:09 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 246189] graphics/wayland: fix wl_client_get_credentials Message-ID: <bug-246189-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246189 Bug ID: 246189 Summary: graphics/wayland: fix wl_client_get_credentials Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: greg@unrelenting.technology Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Created attachment 214123 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214123&action= =3Dedit libwayland-creds.patch 1) who wrote getsockopt(fd, SOL_SOCKET, LOCAL_PEERCRED)? that's wrong! with SOL_SOCKET, the value of LOCAL_PEERCRED (1) is interpreted as SO_DEBUG (1). 2) we do have the pid in xucred since r348419, let's use it. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246189-7141>