- 
    Mon Oct 09 2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.4.6
    
- CVE-2023-4527: Stack read overflow in getaddrinfo in no-aaa mode.
- CVE-2203-4806: potential use-after-free in getaddrinfo.
- CVE-2023-4813: potential use-after-free in gaih_inet (RHEL-2435).
- CVE-2023-4813: work around RHEL-8 limitation in test (RHEL-2435).
  Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Tue Sep 26 2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.4
    
- CVE-2023-4911: tunables: Terminate immediately if end of input is reached
  Reviewed by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Fri Apr 21 2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.3
    
- OraBug 35317410 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>
   
  
  - 
    Tue Apr 11 2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.2
    
- OraBug: 35268809 Fixed initialization of VDSO for tcache_key_initialize
  Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Tue Mar 28 2023 Cupertino Miranda <cupertino.miranda@oracle.com> - 2.28-225.0.1
    
- Merge of Oracle patches for ol8u8 beta
  Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
   
  
  - 
    Fri Jan 20 2023 Florian Weimer <fweimer@redhat.com> - 2.28-225
    
- Enforce a specififc internal ordering for tunables (#2154914)
   
  
  - 
    Wed Nov 30 2022 Arjun Shankar <arjun@redhat.com> - 2.28-224
    
- Fix rtld-audit trampoline for aarch64 (#2144568)
   
  
  - 
    Fri Nov 25 2022 Arjun Shankar <arjun@redhat.com> - 2.28-223
    
- Backport upstream fixes to tst-pldd (#2142937)
   
  
  - 
    Tue Nov 22 2022 Florian Weimer <fweimer@redhat.com> - 2.28-222
    
- Restore IPC_64 support in sysvipc *ctl functions (#2141989)
   
  
  - 
    Fri Nov 18 2022 Florian Weimer <fweimer@redhat.com> - 2.28-221
    
- Switch to fast DSO dependency sorting algorithm (#1159809)