Skip to content

Commit 7be4330

Browse files
committed
doc: add known issue to v24.11.0 release notes
PR-URL: #60467 Refs: nodejs/nodejs.org#8280 Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 84974d9 commit 7be4330

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/changelogs/CHANGELOG_V24.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ the end of April 2028.
6969
Other than updating metadata, such as the `process.release` object, to reflect
7070
that the release is LTS, no further changes from Node.js 24.10.0 are included.
7171

72+
### Known issue
73+
74+
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe`
75+
unintentionally returning zero-filled buffers. This API is
76+
[documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize).
77+
The documented behavior will be restored in the next Node.js 24.x LTS release to bring
78+
it back in line with previous releases. For more information, see
79+
[#60423](https://github.com/nodejs/node/issues/60423).
80+
7281
<a id="24.10.0"></a>
7382

7483
## 2025-10-08, Version 24.10.0 (Current), @RafaelGSS

0 commit comments

Comments
 (0)