|
From: Mark W. <ma...@so...> - 2020-01-18 01:14:21
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=f12114be2391d8d00de32ca14bb24b9b916dcaea commit f12114be2391d8d00de32ca14bb24b9b916dcaea Author: Mark Wielaard <ma...@kl...> Date: Sat Jan 18 02:09:49 2020 +0100 Add bugs 416239 and 416387 to NEWS. commit 58fc707804b9c1db66124737f5dcbb2715b230e1 416239 valgrind crashes when handling clock_adjtime commit 7d4071fe8530fa1c217bb775b0e19fd97d871502 416387 finit_module and bpf syscalls are unhandled on arm64 Diff: --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index a1c1b06..dedbfb6 100644 --- 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. |