diff options
author | Shuo Wang <wangshuo47@huawei.com> | 2020-11-02 15:53:13 +0800 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-11-30 15:47:47 +0530 |
commit | fdb724f9032ff73310be0e51549f494a3eaa7495 (patch) | |
tree | d2ffb1dd4a4e1f487de988c8057fbed134179a2f /NEWS | |
parent | aa69f19a937b679816ef10e8620ea1141bb1734b (diff) | |
download | glibc-fdb724f9032ff73310be0e51549f494a3eaa7495.tar.gz |
Fix typo in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -736,7 +736,7 @@ The following bugs are resolved with this release: [24040] libc: riscv64: unterminated call chain in __thread_start [24047] network: libresolv should use IP_RECVERR/IPV6_RECVERR to avoid long timeouts - [24051] stdio: puts and putchar ouput to _IO_stdout instead of stdout + [24051] stdio: puts and putchar output to _IO_stdout instead of stdout [24059] nss: nss_files: get_next_alias calls fgets_unlocked without checking for NULL. [24114] regex: regexec buffer read overrun in "grep -i @@ -1914,7 +1914,7 @@ The following bugs are resolved with this release: [22111] malloc: malloc: per thread cache is not returned when thread exits [22112] localedata: Fix LC_TELEPHONE/LC_NAME for az_AZ [22134] libc: [linux] implement fexecve with execveat - [22142] libc: [powerpc] printf oupts a wrong value of DBL_MAX on ppc64 and + [22142] libc: [powerpc] printf outputs a wrong value of DBL_MAX on ppc64 and ppc64le [22145] libc: ttyname() gives up too early in the face of namespaces [22146] math: C++ build issue with float128 on x86_64 @@ -2697,7 +2697,7 @@ Security related changes: The following bugs are resolved with this release: - [4099] stdio: Overly agressive caching by stream i/o functions. + [4099] stdio: Overly aggressive caching by stream i/o functions. [7065] build: Support building glibc with -fstack-protector or -fstack- protector-all [9842] localedata: en_CA: incorrect date format |