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
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V24.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,15 @@ the end of April 2028.
69
69
Other than updating metadata, such as the `process.release` object, to reflect
70
70
that the release is LTS, no further changes from Node.js 24.10.0 are included.
71
71
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
0 commit comments