From 10ea605e1ac0de5b7160c562991881d099b0644b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 2 Sep 2017 17:30:37 +0000 Subject: [PATCH] Fix a bug in valgrind git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19176 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 ++-- general/prog/valgrind.xml | 7 +++++++ introduction/welcome/changelog.xml | 11 ++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/general.ent b/general.ent index 5f72b91cef..1e4af68352 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/prog/valgrind.xml b/general/prog/valgrind.xml index 25759be746..6d55933d52 100644 --- a/general/prog/valgrind.xml +++ b/general/prog/valgrind.xml @@ -99,6 +99,13 @@ Installation of Valgrind + + + First, fix a bug, which has been exposed by glibc-2.26: + + +sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c + Install Valgrind by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 65c4b53e27..5f5e8df697 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,16 @@ --> + + September 2nd, 2017 + + + [pierre] - Fix a bug in valgrind, which was generating an + error in dovecot tests. + + + + September 1st, 2017 @@ -50,7 +60,6 @@ -