Fix CVE-2026-33630: double-free in process_timeouts() in c-ares

Reference the right ticket.

Resolves: RHEL-192864.
This commit is contained in:
Alejandro López 2026-07-24 11:18:22 +02:00
parent 6bdf9b6170
commit 687026bea7

View File

@ -3,7 +3,7 @@
Summary: A library that performs asynchronous DNS operations
Name: c-ares
Version: 1.34.6
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
URL: http://c-ares.org/
Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/c-ares-%{version}.tar.gz
@ -81,7 +81,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
%{_mandir}/man3/ares_*
%changelog
* Wed Jul 22 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 1.34.6-3
* Wed Jul 22 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 1.34.6-4
- Fix double-free in process_timeouts() (CVE-2026-33630)
Resolves: RHEL-192867