SHA256
6
0
forked from pool/glibc

Accepting request 1113655 from home:Andreas_Schwab:Factory

- getaddrinfo-memory-leak.patch: Fix leak in getaddrinfo introduced by the
  fix for CVE-2023-4806 (CVE-2023-5156, bsc#1215714, BZ #30884)

OBS-URL: https://build.opensuse.org/request/show/1113655
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=673
This commit is contained in:
2023-09-26 11:26:02 +00:00
committed by Git OBS Bridge
parent 6e23f72fe7
commit 8f698eb0bf
3 changed files with 101 additions and 0 deletions

View File

@@ -322,6 +322,8 @@ Patch1008: dtors-reverse-ctor-order.patch
Patch1009: no-aaaa-read-overflow.patch
# PATCH-FIX-UPSTREAM getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806, BZ #30843)
Patch1010: getcanonname-use-after-free.patch
# PATCH-FIX-UPSTREAM Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 (CVE-2023-5156, BZ #30884)
Patch1011: getaddrinfo-memory-leak.patch
###
# Patches awaiting upstream approval
@@ -555,6 +557,7 @@ library in a cross compilation setting.
%patch1008 -p1
%patch1009 -p1
%patch1010 -p1
%patch1011 -p1
%endif
%patch2000 -p1