Changes in / [0e89a47:3089d45]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0e89a47 r3089d45  
    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>
    5646      <para>2021-08-18</para>
    5747      <itemizedlist>
  • chapter08/glibc.xml

    r0e89a47 r3089d45  
    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.