mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Fix a buffer overrun bug in m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7735466ca3
commit
c7c7c1c500
@ -35,6 +35,15 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2006-08-17</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two
|
||||||
|
of its tests to fail. Thanks to Greg Schafer for the report.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2006-08-08</para>
|
<para>2006-08-08</para>
|
||||||
|
@ -34,6 +34,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of M4</title>
|
<title>Installation of M4</title>
|
||||||
|
|
||||||
|
<para>Fix a buffer overrun in m4:</para>
|
||||||
|
|
||||||
|
<screen><userinput>sed -i -e '1660 s/break;/return;/' src/builtin.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare M4 for compilation:</para>
|
<para>Prepare M4 for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user