Author: krejzi
Date: Tue Apr 22 07:32:28 2014
New Revision: 10543

Log:
Fix a segfault in Acl package.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/acl.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Mon Apr 21 14:44:04 2014        (r10542)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Apr 22 07:32:28 2014        (r10543)
@@ -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>

Modified: trunk/BOOK/chapter06/acl.xml
==============================================================================
--- trunk/BOOK/chapter06/acl.xml        Mon Apr 21 14:44:04 2014        (r10542)
+++ trunk/BOOK/chapter06/acl.xml        Tue Apr 22 07:32:28 2014        (r10543)
@@ -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 \

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Apr 21 14:44:04 2014        (r10542)
+++ trunk/BOOK/general.ent      Tue Apr 22 07:32:28 2014        (r10543)
@@ -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}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to