SHA256
6
0
forked from pool/glibc

Accepting request 911560 from home:Andreas_Schwab:Factory

- Don't create separate debuginfo packages for cross packages

- ldconfig-leak-empty-paths.patch: ldconfig: avoid leak on empty paths in
  config file
- gconv-parseconfdir-memory-leak.patch: gconv_parseconfdir: Fix memory leak
- gaiconf-init-double-free.patch: gaiconf_init: Avoid double-free in label
  and precedence lists
- copy-and-spawn-sgid-double-close.patch: copy_and_spawn_sgid: Avoid
  double calls to close()
- icon-charmap-close-output.patch: iconv_charmap: Close output file when
  done
- fcntl-time-bits-64-redirect.patch: Linux: Fix fcntl, ioctl, prctl
  redirects for _TIME_BITS=64 (BZ #28182)
- librt-null-pointer.patch: librt: fix NULL pointer dereference (BZ
  #28213)

OBS-URL: https://build.opensuse.org/request/show/911560
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=603
This commit is contained in:
2021-08-12 08:36:15 +00:00
committed by Git OBS Bridge
parent acd6b8d9f3
commit d6ae5339fb
9 changed files with 324 additions and 3 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Aug 11 12:56:09 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Don't create separate debuginfo packages for cross packages
-------------------------------------------------------------------
Wed Aug 11 12:23:10 UTC 2021 - Andreas Schwab <schwab@suse.de>
- ldconfig-leak-empty-paths.patch: ldconfig: avoid leak on empty paths in
config file
- gconv-parseconfdir-memory-leak.patch: gconv_parseconfdir: Fix memory leak
- gaiconf-init-double-free.patch: gaiconf_init: Avoid double-free in label
and precedence lists
- copy-and-spawn-sgid-double-close.patch: copy_and_spawn_sgid: Avoid
double calls to close()
- icon-charmap-close-output.patch: iconv_charmap: Close output file when
done
- fcntl-time-bits-64-redirect.patch: Linux: Fix fcntl, ioctl, prctl
redirects for _TIME_BITS=64 (BZ #28182)
- librt-null-pointer.patch: librt: fix NULL pointer dereference (BZ
#28213)
-------------------------------------------------------------------
Tue Aug 10 13:18:54 UTC 2021 - Michael Matz <matz@suse.com>