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 /chapter03 | |
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 'chapter03')
-rw-r--r-- | chapter03/patches.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 9e967f3d4..db5c7a9eb 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -172,6 +172,14 @@ </listitem> </varlistentry> + <varlistentry> + <term>Tar Overflow Patch - <token>&tar-overflow-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&tar-overflow-patch;"/></para> + <para>MD5 sum: <literal>&tar-overflow-patch-md5;</literal></para> + </listitem> + </varlistentry> + <!-- <varlistentry> <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term> <listitem> |