diff --git a/glibc-testsuite.changes b/glibc-testsuite.changes index 316674b..24cddc2 100644 --- a/glibc-testsuite.changes +++ b/glibc-testsuite.changes @@ -8,8 +8,8 @@ Thu Sep 28 07:57:52 UTC 2017 - schwab@suse.de (BZ #21915, BZ #21922) - resolv-conf-oom.patch: Fix memory handling in OOM situation during resolv.conf parsing (BZ #22095, BZ #22096) -- dynarray-enlarge.patch: Fix initial size of dynarray allocation and set - errno on overflow error +- dynarray-allocation.patch: Fix initial size of dynarray allocation and + set errno on overflow error - nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225) ------------------------------------------------------------------- diff --git a/glibc-utils.changes b/glibc-utils.changes index 316674b..24cddc2 100644 --- a/glibc-utils.changes +++ b/glibc-utils.changes @@ -8,8 +8,8 @@ Thu Sep 28 07:57:52 UTC 2017 - schwab@suse.de (BZ #21915, BZ #21922) - resolv-conf-oom.patch: Fix memory handling in OOM situation during resolv.conf parsing (BZ #22095, BZ #22096) -- dynarray-enlarge.patch: Fix initial size of dynarray allocation and set - errno on overflow error +- dynarray-allocation.patch: Fix initial size of dynarray allocation and + set errno on overflow error - nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225) ------------------------------------------------------------------- diff --git a/glibc.changes b/glibc.changes index 316674b..24cddc2 100644 --- a/glibc.changes +++ b/glibc.changes @@ -8,8 +8,8 @@ Thu Sep 28 07:57:52 UTC 2017 - schwab@suse.de (BZ #21915, BZ #21922) - resolv-conf-oom.patch: Fix memory handling in OOM situation during resolv.conf parsing (BZ #22095, BZ #22096) -- dynarray-enlarge.patch: Fix initial size of dynarray allocation and set - errno on overflow error +- dynarray-allocation.patch: Fix initial size of dynarray allocation and + set errno on overflow error - nearbyint-inexact.patch: Avoid spurious inexact in nearbyint (BZ #22225) -------------------------------------------------------------------