mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add bugs fixed in 2.31 in NEWS
This commit is contained in:
parent
df5919dfeb
commit
e7daa7fcf7
79
NEWS
79
NEWS
@ -151,8 +151,83 @@ Security related changes:
|
|||||||
|
|
||||||
The following bugs are resolved with this release:
|
The following bugs are resolved with this release:
|
||||||
|
|
||||||
[The release manager will add the list generated by
|
[12031] localedata: iconv -t ascii//translit with Greek characters
|
||||||
scripts/list-fixed-bugs.py just before the release.]
|
[15813] libc: Multiple issues in __gen_tempname
|
||||||
|
[17726] libc: [arm, sparc] profil_counter should be compat symbol
|
||||||
|
[18231] libc: ipc_perm struct's mode member has wrong type in sys/ipc.h
|
||||||
|
[19767] libc: vdso is not used with static linking
|
||||||
|
[19903] hurd: Shared mappings not being inherited by children processes
|
||||||
|
[20358] network: RES_USE_DNSSEC sets DO; should also have a way to set AD
|
||||||
|
[20839] dynamic-link: Incomplete rollback of dynamic linker state on
|
||||||
|
linking failure
|
||||||
|
[23132] localedata: Missing transliterations in Miscellaneous Mathematical
|
||||||
|
Symbols-A/B Unicode blocks
|
||||||
|
[23518] libc: Eliminate __libc_utmp_jump_table
|
||||||
|
[24026] malloc: malloc_info() returns wrong numbers
|
||||||
|
[24054] localedata: Many locales are missing date_fmt
|
||||||
|
[24214] dynamic-link: user defined ifunc resolvers may run in ldd mode
|
||||||
|
[24304] dynamic-link: Lazy binding failure during ELF
|
||||||
|
constructors/destructors is not fatal
|
||||||
|
[24376] libc: RISC-V symbol size confusion with _start
|
||||||
|
[24682] localedata: zh_CN first weekday should be Monday per GB/T
|
||||||
|
7408-2005
|
||||||
|
[24824] libc: test-in-container does not install charmap files compatible
|
||||||
|
with localedef
|
||||||
|
[24844] regex: regex bad pointer / leakage if malloc fails
|
||||||
|
[24867] malloc: Unintended malloc_info formatting changes
|
||||||
|
[24879] libc: login: utmp alarm timer can arrive after lock acquisition
|
||||||
|
[24880] libc: login: utmp implementation uses struct flock with fcntl64
|
||||||
|
[24882] libc: login: pututline uses potentially outdated cache
|
||||||
|
[24899] libc: Missing nonstring attributes in <utmp.h>, <utmpx.h>
|
||||||
|
[24902] libc: login: Repeating pututxline on EINTR/EAGAIN causes stale
|
||||||
|
utmp entries
|
||||||
|
[24916] dynamic-link: [MIPS] Highest EI_ABIVERSION value not raised to
|
||||||
|
ABSOLUTE ABI
|
||||||
|
[24930] dynamic-link: dlopen of PIE executable can result in
|
||||||
|
_dl_allocate_tls_init assertion failure
|
||||||
|
[24950] localedata: Top-of-tree glibc does not build with top-of-tree GCC
|
||||||
|
(stringop-overflow error)
|
||||||
|
[24959] time: librt IFUNC resolvers for clock_gettime and clock_*
|
||||||
|
functions other can lead to crashes
|
||||||
|
[24967] libc: jemalloc static linking causes runtime failure
|
||||||
|
[24986] libc: alpha: new getegid, geteuid and getppid syscalls used
|
||||||
|
unconditionally
|
||||||
|
[25035] libc: sbrk() failure handled poorly in tunables_strdup
|
||||||
|
[25087] dynamic-link: ldconfig mishandles unusual .dynstr placement
|
||||||
|
[25097] libc: new -Warray-bounds with GCC 10
|
||||||
|
[25112] dynamic-link: dlopen must not make new objects accessible when it
|
||||||
|
still can fail with an error
|
||||||
|
[25139] localedata: Please add the new mnw_MM locale
|
||||||
|
[25149] regex: Array bounds violation in proceed_next_node
|
||||||
|
[25157] dynamic-link: Audit cookie for the dynamic loader is not
|
||||||
|
initialized correctly
|
||||||
|
[25189] libc: glibc's __glibc_has_include causes issues with clang
|
||||||
|
-frewrite-includes
|
||||||
|
[25194] malloc: malloc.c: do_set_mxfast incorrectly casts the mallopt
|
||||||
|
value to an unsigned
|
||||||
|
[25204] dynamic-link: LD_PREFER_MAP_32BIT_EXEC not ignored in setuid
|
||||||
|
binaries (CVE-2019-19126)
|
||||||
|
[25225] libc: ld.so fails to link on x86 if GCC defaults to -fcf-
|
||||||
|
protection
|
||||||
|
[25226] string: strstr: Invalid result if needle crosses page on s390-z15
|
||||||
|
ifunc variant.
|
||||||
|
[25232] string: <string.h> does not enable const correctness for strchr et
|
||||||
|
al. for Clang++
|
||||||
|
[25233] localedata: Consider "." as the thousands separator for sl_SI
|
||||||
|
(Slovenian)
|
||||||
|
[25241] nptl: __SIZEOF_PTHREAD_MUTEX_T defined twice for x86
|
||||||
|
[25251] build: Failure to run tests when CFLAGS contains -DNDEBUG.
|
||||||
|
[25271] libc: undeclared identifier PTHREAD_MUTEX_DEFAULT when compiling
|
||||||
|
with -std=c11
|
||||||
|
[25323] localedata: km_KH: d_t_fmt contains "m" instead of "%M"
|
||||||
|
[25324] localedata: lv_LV: d_t_fmt contains suspicious words in the time
|
||||||
|
part
|
||||||
|
[25396] dynamic-link: Failing dlopen can leave behind dangling GL
|
||||||
|
(dl_initfirst) link map pointer
|
||||||
|
[25401] malloc: pvalloc must not have __attribute_alloc_size__
|
||||||
|
[25423] libc: Array overflow in backtrace on powerpc
|
||||||
|
[25425] network: Missing call to __resolv_context_put in
|
||||||
|
getaddrinfo.c:gethosts
|
||||||
|
|
||||||
|
|
||||||
Version 2.30
|
Version 2.30
|
||||||
|
Loading…
Reference in New Issue
Block a user