Date: Sat, 01 Oct 2022 10:46:07 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 266227] [exp-run] Request for exp-run with qsort_r API change Message-ID: <bug-266227-7141-IxqHjZlQ8H@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-266227-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-266227-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266227 --- Comment #46 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D5db803a6f26956fb47a211c29e34a0e= 5ccd82286 commit 5db803a6f26956fb47a211c29e34a0e5ccd82286 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-10-01 10:40:13 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-10-01 10:45:34 +0000 sysutils/e2fsprogs: misc/e2fsprogs-libblkid: fixes - for libblkid, fix a buffer size when parsing device names to make room for a trailing '\0' character from sscanf(). (This was a long-standing bug in our local patch.) - patch out qsort_r redeclarations from the sort_r library that are incompatible with FreeBSD since it aligned with GNU qsort_r() API - remove FreeBSD 14-CURRENT BROKEN=3D tag. Related to: PR: 266227 misc/e2fsprogs-libblkid/Makefile | 2 +- sysutils/e2fsprogs/Makefile | 6 +----- sysutils/e2fsprogs/files/patch-lib_blkid_devname.c | 4 ++-- .../files/patch-lib_support_sort__r.h (new) | 24 ++++++++++++++++++= ++++ 4 files changed, 28 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266227-7141-IxqHjZlQ8H>