diff options
author | Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org> | 2022-02-01 22:39:02 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2022-02-03 11:04:08 +0000 |
commit | 05c83ccaf50aef2dd30d92cbb814383f6bddea2c (patch) | |
tree | 6ca297c7809c0f3d9b1b77810f2b55033ef87ff2 /NEWS | |
parent | 008003dc6e83439c5e04a744b7fd8197df19096e (diff) | |
download | glibc-05c83ccaf50aef2dd30d92cbb814383f6bddea2c.tar.gz glibc-05c83ccaf50aef2dd30d92cbb814383f6bddea2c.tar.xz glibc-05c83ccaf50aef2dd30d92cbb814383f6bddea2c.zip |
linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]
Pass the actual number of bytes returned by the kernel. Fixes: 33099d72e41c ("linux: Simplify get_nprocs") Reviewed-by: Dmitry V. Levin <ldv@altlinux.org> (cherry picked from commit 97ba273b505763325efd802dc3a9562dbba79579)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 5b2e757e35..6637a2e0c1 100644 --- a/NEWS +++ b/NEWS @@ -59,6 +59,7 @@ The following bugs are resolved with this release: [28769] CVE-2021-3999: Off-by-one buffer overflow/underflow in getcwd() [28770] CVE-2021-3998: Unexpected return value from realpath() for too long results [28784] x86: crash in 32bit memset-sse2.s when the cache size can not be determined + [28850] linux: __get_nprocs_sched reads uninitialized memory from the stack Version 2.34 |