diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 04:36:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-05-03 04:36:11 +0000 |
commit | 6c88898dd668f21b0e89c8ec15cfb474b2054eea (patch) | |
tree | c2e54ffab146ce1dc5f3c9d0e5233efb87ee9abf /chapter01 | |
parent | f00a9d4134a896494685d1b0f78962fb309f74b1 (diff) |
Add a patch to fix a bug that causes a buffer overflow when
creating a new tar file.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 021ea6583..2e238f4f7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <para>2010-05-03</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added a patch to fix a buffer overflow + errror in tar. The fix is specific to building with gcc-4.5 + and later. + Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Added precedures for the new diffutils test suite. Thanks to Chris Staub. |