Changes in / [c397cd1:fd6a5f8]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc397cd1 rfd6a5f8  
    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>
    4858      <para>2021-08-18</para>
    4959      <itemizedlist>
  • chapter08/glibc.xml

    rc397cd1 rfd6a5f8  
    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.