diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 19:21:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 19:21:28 +0000 |
commit | c7c7c1c500363877021f78cc1b5da95a0d66d8b8 (patch) | |
tree | 82e360fb1cd3f6d96a11cf1712d1ad701d33262c /chapter01 | |
parent | 7735466ca3f882d8f900bb1210459a52e87eefd2 (diff) |
Fix a buffer overrun bug in m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0ca3eee77..9e3767d73 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,15 @@ </itemizedlist> </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> <para>2006-08-08</para> |