From: Florian K. <fk...@so...> - 2025-03-05 22:27:38
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=bef773e08f90948e555b026ae8970917cb182bd5 commit bef773e08f90948e555b026ae8970917cb182bd5 Author: Florian Krohm <fl...@ei...> Date: Wed Mar 5 22:24:32 2025 +0000 s390x: Add missing NEWS entry Add missing NEWS entry for https://bugs.kde.org/show_bug.cgi?id=495816 which was fixed in 1e694434a5cd2a0352e97f872ebd6922129c0282. Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index fb7642bb19..85d83b51aa 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 494327 Crash when running Helgrind built with #define TRACE_PTH_FNS 1 494337 All threaded applications cause still holding lock errors 495488 Add FreeBSD getrlimitusage syscall wrapper +495816 s390x: Fix disassembler segfault for C[G]RT and CL[G]RT 496370 Illumos: signal handling is broken 496571 False positive for null key passed to bpf_map_get_next_key syscall. 469782 Valgrind does not support zstd-compressed debug sections |