|
From: Julian S. <se...@so...> - 2021-11-13 08:08:59
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=92e56be59b3f32e7c749bfabcd6d775b779001ab commit 92e56be59b3f32e7c749bfabcd6d775b779001ab Author: Julian Seward <js...@ac...> Date: Sat Nov 13 09:08:27 2021 +0100 Add missing NEWS entry for bug 444399 (== 434283). Diff: --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 55ad93c4cb..1fafeeef9e 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,8 @@ than mailing the developers (or mailing lists) directly -- bugs that are not entered into bugzilla tend to get forgotten about or ignored. 444242 s390x: Valgrind crashes on EXRL with negative offset +444399 arm64: unhandled instruction 0xC87F2D89 (LD{,A}XP and ST{,L}XP). + == 434283 444495 dhat/tests/copy fails on s390x 444571 PPC, fix the lxsibzx and lxsihzx so they only load their respective sized data. |