aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-04-22 14:32:28 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-04-22 14:32:28 +0000
commit5af3f9e783b61468cc9d281c866a5c5fb58db334 (patch)
tree97e01940fa517bad3cd86842089b8a68c925d7a6
parentbf58c1eecd0d36db9fd10fa7ff5ede75cf39ed2b (diff)
Fix a segfault in Acl package.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10543 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/acl.xml7
-rw-r--r--general.ent4
3 files changed, 19 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c084b13f1..90dc2c09f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2014-03-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[krejzi] - Fix a segfault in Acl package. Fixes
+ <ulink url="&lfs-ticket-root;3549">#3549</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2014-03-21</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 785963da4..238ca6f39 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -51,6 +51,13 @@
<screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen>
+ <para>Additionally, fix a bug that causes <command>getfacl -e</command>
+ to segfault on overly long group name:</para>
+
+<screen><userinput remap="pre">sed -i -e "s|: TABS-1;|&amp;\n\n\t\t\tif (x > (TABS-1))\n\t\t\t\tx = (TABS-1);\n|" \
+ libacl/__acl_to_any_text.c</userinput></screen>
+
+
<para>Prepare Acl for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/general.ent b/general.ent
index ac5a5ead0..edcb5b3e7 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20140421">
-<!ENTITY releasedate "April 21, 2014">
+<!ENTITY version "SVN-20140422">
+<!ENTITY releasedate "April 22, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->