You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that
7
+
was introduced in v1.32.3. Please see https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v
4
8
5
9
Changes:
6
-
*QNX Port: Port to QNX 8, add primary config reading support, add CI build. [PR #934](https://github.com/c-ares/c-ares/pull/934), [PR #937](https://github.com/c-ares/c-ares/pull/937), [PR #938](https://github.com/c-ares/c-ares/pull/938)
10
+
*Restore Windows XP support. [PR #958](https://github.com/c-ares/c-ares/pull/958)
7
11
8
12
Bugfixes:
9
-
*Empty TXT records were not being preserved. [PR #922](https://github.com/c-ares/c-ares/pull/922)
10
-
* docs: update deprecation notices for `ares_create_query()` and `ares_mkquery()`. [PR #910](https://github.com/c-ares/c-ares/pull/910)
11
-
* license: some files weren't properly updated. [PR #920](https://github.com/c-ares/c-ares/pull/920)
12
-
*Fix bind local device regression from 1.34.0. [PR #929](https://github.com/c-ares/c-ares/pull/929), [PR #931](https://github.com/c-ares/c-ares/pull/931), [PR #935](https://github.com/c-ares/c-ares/pull/935)
13
-
* CMake: set policy version to prevent deprecation warnings. [PR #932](https://github.com/c-ares/c-ares/pull/932)
14
-
*CMake: shared and static library names should be the same on unix platforms like autotools uses. [PR #933](https://github.com/c-ares/c-ares/pull/933)
15
-
* Update to latest autoconf archive macros for enhanced system compatibility. [PR #936](https://github.com/c-ares/c-ares/pull/936)
13
+
*A missing mutex initialization would make busy polling for configuration
14
+
changes (platforms other than Windows, Linux, MacOS) eat too much CPU
0 commit comments