diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-28 10:29:07 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.vnet.ibm.com> | 2016-04-28 10:29:07 +0200 |
commit | 50d2d4bb0e473528d425aba608620b5e0dad891e (patch) | |
tree | e029e8cf13635ea619598a3896c8ebf44cccb3fd /NEWS | |
parent | 3a6219d3eccfd991415121c4f68b1beb98fb1bac (diff) | |
download | glibc-50d2d4bb0e473528d425aba608620b5e0dad891e.zip glibc-50d2d4bb0e473528d425aba608620b5e0dad891e.tar.gz glibc-50d2d4bb0e473528d425aba608620b5e0dad891e.tar.bz2 |
S/390: Fix setcontext/swapcontext which are not restoring sigmask.
This patch uses sigprocmask(SIG_SETMASK) instead of SIG_BLOCK
in setcontext, swapcontext.
(cherry picked from commit 2e807f29595eb5b1e5d0decc6e356a3562ecc58e)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ Version 2.21.1 * The following bugs are resolved with this release: - 17269, 17905, 17949, 18007, 18032, 18240, 18287, 18694, 18887, 18985, - 19682. + 17269, 17905, 17949, 18007, 18032, 18080, 18240, 18287, 18694, 18887, + 18985, 19682. * A stack-based buffer overflow was found in libresolv when invoked from libnss_dns, allowing specially crafted DNS responses to seize control |