https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283807
--- Comment #6 from [email protected] --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2e2c4e312ef1adfc21f7f8264082b3027f7a1931 commit 2e2c4e312ef1adfc21f7f8264082b3027f7a1931 Author: Kristof Provost <[email protected]> AuthorDate: 2025-01-05 16:09:08 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2025-01-12 09:47:03 +0000 umtx: handle allocation failire in umtx_pi_alloc() Don't assume that this allocation will succeed. We may have been passed M_NOWAIT. The calling code already handles allocation failures, but the function itself did not. PR: 283807 MFC after: 1 week (cherry picked from commit 50c1e179b584f43ba82e9afc91b25ec4831b58ef) sys/kern/kern_umtx.c | 3 +++ 1 file changed, 3 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
