mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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:
parent
c4ce2b684f
commit
10ea605e1a
@ -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 -->
|
||||
|
@ -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:
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user