↵ Return to the main page of glibc-langpack-doi
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2023-11-07 | Florian Weimer <fweimer at redhat dot com> - 2.37-14 | - Fix force-first handling in dlclose, take two (#2244992, #2246048) |
2023-10-26 | Carlos O'Donell <carlos at redhat dot com> - 2.37-13 | - Revert "Fix force-first handling in dlclose" (#2246048) |
2023-10-20 | Florian Weimer <fweimer at redhat dot com> - 2.37-12 | - Fix force-first handling in dlclose (#2244992) |
2023-10-19 | Florian Weimer <fweimer at redhat dot com> - 2.37-11 | - Auto-sync with upstream branch release/2.37/master, commit 8e20aedfd7fc77b630109a2bcde94e6c95dbcc3d: - Revert "elf: Move l_init_called_next to old place of l_text_end in link map" - Revert "elf: Always call destructors in reverse constructor order (bug 30785)" - Revert "elf: Remove unused l_text_end field from struct link_map" |
2023-10-03 | Arjun Shankar <arjun at redhat dot com> - 2.37-10 | - Auto-sync with upstream branch release/2.37/master, b4e23c75aea756b4bddc4abcf27a1c6dca8b6bd3: - tunables: Terminate if end of input is reached (CVE-2023-4911) |
2023-10-03 | Arjun Shankar <arjun at redhat dot com> - 2.37-9 | - Auto-sync with upstream branch release/2.37/master, 2dfd8c77b546fbc46d93a5d71ae319d9c230746b: - i686: Regenerate ulps - Document CVE-2023-4806 and CVE-2023-5156 in NEWS - Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843] - x86: Fix for cache computation on AMD legacy cpus. - x86/dl-cacheinfo: remove unsused parameter from handle_amd - getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806) - CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode |
2023-09-29 | Florian Weimer <fweimer at redhat dot com> - 2.37-8 | - Drop downstream-specific patches for ELF destructor ordering (#2239304) |
2023-09-26 | Florian Weimer <fweimer at redhat dot com> - 2.37-7 | - Further adjustments to ELF destructor order in _dl_fini (#2239304) |
2023-09-19 | Florian Weimer <fweimer at redhat dot com> - 2.37-6 | - ELF destructor for main program must be called first (#2239304) |
2023-09-11 | Florian Weimer <fweimer at redhat dot com> - 2.37-5 | - Auto-sync with upstream branch release/2.37/master, commit 1a7cbe52c8955beae477cf9c6d88f4bc04f626c1: - elf: Move l_init_called_next to old place of l_text_end in link map - elf: Remove unused l_text_end field from struct link_map - elf: Always call destructors in reverse constructor order (bug 30785) - elf: Do not run constructors for proxy objects - io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 - x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745] - x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. - x86: Fix slight bug in `shared_per_thread` cache size calculation. - x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4` - elf: _dl_find_object may return 1 during early startup (bug 30515) - realloc: Limit chunk reuse to only growing requests [BZ #30579] - io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64 - io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ#30477) - __check_pf: Add a cancellation cleanup handler [BZ #20975] - Ignore MAP_VARIABLE in tst-mman-consts.py |