Fix security issue in Chapter 8 glibc.

Add a sed to glibc in Chapter 8 to fix a critical security issue.
This commit is contained in:
Bruce Dubbs 2021-08-20 15:47:13 -05:00
parent 658a5da5fb
commit de8b6cb08a
2 changed files with 15 additions and 0 deletions

View File

@ -42,6 +42,16 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as <listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem. appropriate for the entry or if needed the entire day's listitem.
--> -->
<listitem>
<para>2021-08-20</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a
critical security issue.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2021-08-18</para> <para>2021-08-18</para>
<itemizedlist> <itemizedlist>

View File

@ -43,6 +43,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Glibc</title> <title>Installation of Glibc</title>
<para>First, fix a security problem identified upstream:</para>
<screen><userinput remap="pre">sed -e '/NOTIFY_REMOVED)/s/)/ \&amp;\&amp; data.attr != NULL)/' \
-i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
<para>Some of the Glibc programs use the non-FHS compliant <para>Some of the Glibc programs use the non-FHS compliant
<filename class="directory">/var/db</filename> directory to store <filename class="directory">/var/db</filename> directory to store
their runtime data. Apply the following patch to make such programs their runtime data. Apply the following patch to make such programs