]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add bugs 416239 and 416387 to NEWS.
authorMark Wielaard <mark@klomp.org>
Sat, 18 Jan 2020 01:09:49 +0000 (02:09 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Jan 2020 01:09:49 +0000 (02:09 +0100)
commit 58fc707804b9c1db66124737f5dcbb2715b230e1
416239  valgrind crashes when handling clock_adjtime

commit 7d4071fe8530fa1c217bb775b0e19fd97d871502
416387  finit_module and bpf syscalls are unhandled on arm64

NEWS

diff --git a/NEWS b/NEWS
index a1c1b066d1cf5091b15143a4be456c1dab9d9651..dedbfb67f637577e74c1a4d1eca727e5754af86c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -97,7 +97,9 @@ where XXXXXX is the bug number as listed below.
 413330  avx-1 test fails on AMD EPYC 7401P 24-Core Processor
 413603  callgrind_annotate/cg_annotate truncate function names at '#'
 414565  Specific use case bug found in SysRes VG_(do_sys_sigprocmask)
+416239  valgrind crashes when handling clock_adjtime
 416286  DRD reports "conflicting load" error on std::mutex::lock()
+416387  finit_module and bpf syscalls are unhandled on arm64
 
 n-i-bz  Fix minor one time leaks in dhat.
 n-i-bz  Add --run-cxx-freeres=no in outer args to avoid inner crashes.