Changes in / [fd6a5f8:c397cd1]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfd6a5f8 rc397cd1  
    4646    -->
    4747    <listitem>
    48       <para>2021-08-20</para>
    49       <itemizedlist>
    50         <listitem>
    51            <para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a
    52            critical security issue.</para>
    53         </listitem>
    54       </itemizedlist>
    55     </listitem>
    56 
    57     <listitem>
    5848      <para>2021-08-18</para>
    5949      <itemizedlist>
  • chapter08/glibc.xml

    rfd6a5f8 rc397cd1  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
    46     <para>First, fix a security problem identified upstream:</para>
    47 
    48     <screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&amp;\&amp; data.attr != NULL)/' \
    49     -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
    5045
    5146    <para>Some of the Glibc programs use the non-FHS compliant
Note: See TracChangeset for help on using the changeset viewer.