Fix a bug in valgrind

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19176 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-09-02 17:30:37 +00:00
parent c4ce2b684f
commit 10ea605e1a
3 changed files with 19 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2017">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "September 1st, &year;">
<!ENTITY releasedate "September 2nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -99,6 +99,13 @@
<sect2 role="installation">
<title>Installation of Valgrind</title>
<!-- Fix applied upstream, remove in valgrind 1.14-->
<para>
First, fix a bug, which has been exposed by glibc-2.26:
</para>
<screen><userinput>sed -i '1904s/4/5/' coregrind/m_syswrap/syswrap-linux.c</userinput></screen>
<para>
Install <application>Valgrind</application> by running the following
commands:

View File

@ -42,6 +42,16 @@
</listitem>
-->
<listitem>
<para>September 2nd, 2017</para>
<itemizedlist>
<listitem>
<para>[pierre] - Fix a bug in valgrind, which was generating an
error in dovecot tests.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 1st, 2017</para>
<itemizedlist>
@ -50,7 +60,6 @@
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</sect1>