Skip to content

Commit

Permalink
2021-07-29, Version 14.17.4 'Fermium' (LTS)
Browse files Browse the repository at this point in the history
This is a security release.

Notable Changes:

- CVE-2021-22930: Use after free on close http2 on stream canceling (High)

This releases fixes some regressions with internationalization
introduced by the ICU updates in Node.js 14.17.0 and 14.17.1.

PR-URL: #39466
  • Loading branch information
richardlau committed Jul 29, 2021
1 parent 9b41994 commit bd33fdf
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -42,7 +42,8 @@ release.
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.17.3">14.17.3</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.17.4">14.17.4</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.3">14.17.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.2">14.17.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.1">14.17.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.0">14.17.0</a><br/>
Expand Down
8 changes: 6 additions & 2 deletions doc/api/errors.md
Expand Up @@ -1010,15 +1010,19 @@ An attempt to invoke an unsupported crypto operation was made.
<a id="ERR_DEBUGGER_ERROR"></a>
### `ERR_DEBUGGER_ERROR`
<!-- YAML
added: v16.4.0
added:
- v16.4.0
- v14.17.4
-->

An error occurred with the [debugger][].

<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
### `ERR_DEBUGGER_STARTUP_ERROR`
<!-- YAML
added: v16.4.0
added:
- v16.4.0
- v14.17.4
-->

The [debugger][] timed out waiting for the required host/port to be free.
Expand Down

0 comments on commit bd33fdf

Please sign in to comment.