Skip to content

Commit 4f9814d

Browse files
committed
release-1.34.5
1 parent f954f42 commit 4f9814d

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
layout: page
33
title: Changelog
44
---
5+
<a name="1_34_5"></a>
6+
## c-ares version 1.34.5 - April 8 2025
7+
8+
This is a security release.
9+
10+
Security:
11+
* CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that
12+
was introduced in v1.32.3. Please see https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v
13+
14+
Changes:
15+
* Restore Windows XP support. [PR #958](https://github.com/c-ares/c-ares/pull/958)
16+
17+
Bugfixes:
18+
* A missing mutex initialization would make busy polling for configuration
19+
changes (platforms other than Windows, Linux, MacOS) eat too much CPU
20+
[PR #974](https://github.com/c-ares/c-ares/pull/974)
21+
* Pkgconfig may be generated wrong for static builds in relation to `-pthread`
22+
[PR #965](https://github.com/c-ares/c-ares/pull/965)
23+
* Localhost resolution can fail if only one address family is in `/etc/hosts`
24+
[PR #947](https://github.com/c-ares/c-ares/pull/947)
25+
26+
527
<a name="1_34_4"></a>
628
## c-ares version 1.34.4 - December 14 2024
729

download.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Download c-ares
33
layout: page
44
permalink: /download/
55
versions:
6+
- version: 1.34.5
7+
date: "8-apr-2024"
68
- version: 1.34.4
79
date: "14-dec-2024"
810
- version: 1.34.3

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
33
version:
4-
version: 1.34.4
5-
date: "14-dec-2024"
4+
version: 1.34.5
5+
date: "8-apr-2024"
66
---
77

88
- [Download](#download)

vulns.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ title: c-ares vulnerabilities
55

66
This is all known and public c-ares vulnerabilities to date. See also our [security incident process](/security.html).
77

8+
### CVE-2025-31498 - Apr 8 2025
9+
10+
High. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3.
11+
[CVE-2025-31498](https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v)
12+
813
### CVE-2024-25629 - Feb 23 2024
914

1015
Moderate. Reading malformatted `/etc/resolv.conf`, `/etc/nsswitch.conf` or the `HOSTALIASES` file could result in a

0 commit comments

Comments
 (0)