diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-25 14:10:12 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-25 14:10:12 +0800 |
commit | cb89eec135c24026f19b8d0c2bae2e7f8db4a337 (patch) | |
tree | 84e44df91879af2eb20dabde56d57a01a24d5b0b /chapter01 | |
parent | d48812dca9efb5cd5b8e8167f8f6f7b06e5ef1b4 (diff) |
glibc: Update upstream fixes patch to plug a memory leak
The CVE-2023-4806 fix unintentionally caused a memory leak, now update
the patch to include the fix for the leak.
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ca85137f6..0a028e966 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,16 @@ --> <listitem> + <para>2023-09-16</para> + <itemizedlist> + <listitem> + <para>[xry111] - Update Glibc upstream fixes patch to plug a + memory leak introduced by the security fix.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2023-09-17</para> <itemizedlist> <listitem> |