- 
    Tue Oct 01 2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-100.0.1.4
    
- Forward-port Oracle patches for ol9-u4
  Reviewed by: David Faust <david.faust@oracle.com>
  Oracle history:
  August-26-2024 Jose E. Marchesi <jose.marchesi@oracle.com> - 2.34-100.0.1.3
  - Forward-port Oracle patches for ol9-u4
    Reviewed by: David Faust <david.faust@oracle.com>
  May-24-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-100.0.1.2
  - Forward-port Oracle patches for ol9-u4
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  April-30-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-100.0.1
  - Forward-port Oracle patches for ol9-u4
    Reviewed by: Indu Bhagat <indu.bhagat@oracle.com>
  March-28-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-100.0.1
  - Forward-port Oracle patches for ol9-u4-beta
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  March 15 2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-83.0.2.12
  - Forward-port Oracle patches for ol9
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  February-26-2024 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-83.0.2.7
  - OraBug 36322437 getaddrinfo does not return correct ipv6 address and family
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  October-24-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-83.0.1.7
  - Forward-port Oracle patches for ol9
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  October-4-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-82.0.1
  - Forward-port Oracle patches for ol9
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  April-18-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-60.0.2
  - OraBug 35305078 Glibc tunable to disable huge pages on pthread_create stacks
  - Created tunable glibc.pthread.stack_hugetlb to control when hugepages
    can be used for stack allocation.
  - In case THP are enabled and glibc.pthread.stack_hugetlb is set to
    0, glibc will madvise the kernel not to use allow hugepages for stack
    allocations.
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  March-28-2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.34-60.0.1
  - Merge Oracle patches for ol9-u2 beta
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  September-28-2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.34-40.0.1
  - Merge Oracle patches for ol9-u1 beta
    Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
  April-25-2022 Patrick McGehearty <patrick.mcgehearty@oracle.com> - 2.34-28.0.1
  - Merge Oracle patches with ol9 beta
  - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Tue Aug 27 2024 Patsy Griffin <patsy@redhat.com> - 2.34-100.4
    
- elf: Clarify and invert second argument of _dl_allocate_tls_init
- elf: Avoid re-initializing already allocated TLS in dlopen (RHEL-46763)
   
  
  - 
    Fri Jul 12 2024 Patsy Griffin <patsy@redhat.com> - 2.34-100.3
    
- elf: Avoid some free (NULL) calls in _dl_update_slotinfo
- elf: Support recursive use of dynamic TLS in interposed malloc (RHEL-39993)
   
  
  - 
    Mon Apr 29 2024 Florian Weimer <fweimer@redhat.com> - 2.34-100.2
    
- CVE-2024-33599: nscd: buffer overflow in netgroup cache (RHEL-34318)
- CVE-2024-33600: nscd: null pointer dereferences in netgroup cache
- CVE-2024-33601: nscd: crash on out-of-memory condition
- CVE-2024-33602: nscd: memory corruption with NSS netgroup modules
   
  
  - 
    Tue Apr 16 2024 Florian Weimer <fweimer@redhat.com> - 2.34-100.1
    
- CVE-2024-2961: Out of bounds write in iconv conversion to ISO-2022-CN-EXT (RHEL-32480)
   
  
  - 
    Wed Jan 24 2024 Patsy Griffin <patsy@redhat.com> - 2.34-100
    
- manual: fix order of arguments of memalign and aligned_alloc (RHEL-21556)
   
  
  - 
    Tue Jan 09 2024 Arjun Shankar <arjun@redhat.com> - 2.34-99
    
- getaddrinfo: Return correct error EAI_MEMORY when out-of-memory (RHEL-19444)
   
  
  - 
    Mon Jan 08 2024 Arjun Shankar <arjun@redhat.com> - 2.34-98
    
- getaddrinfo: Fix occasionally empty result due to nscd cache order (RHEL-16643)
   
  
  - 
    Tue Jan 02 2024 Florian Weimer <fweimer@redhat.com> - 2.34-97
    
- Re-enable output buffering for wide stdio streams (RHEL-19862)
   
  
  - 
    Thu Dec 21 2023 Carlos O'Donell <carlos@redhat.com> - 2.34-96
    
- Fix TLS corruption during dlopen()/dlclose() sequences (RHEL-17465)