Changes in / [3089d45:0e89a47]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3089d45 r0e89a47  
    4444    -->
    4545    <listitem>
     46      <para>2021-08-20</para>
     47      <itemizedlist>
     48        <listitem>
     49           <para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a
     50           critical security issue.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2021-08-18</para>
    4757      <itemizedlist>
  • chapter08/glibc.xml

    r3089d45 r0e89a47  
    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>
    4550
    4651    <para>Some of the Glibc programs use the non-FHS compliant
Note: See TracChangeset for help on using the changeset viewer.