Skip to content

Commit b3c45c6

Browse files
richardlauChALkeR
andauthored
fixup! Blog: v24.11.0 release post
Co-authored-by: Nikita Skovoroda <chalkerx@gmail.com> Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent b178d75 commit b3c45c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/blog/release/v24.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ that the release is LTS, no further changes from Node.js 24.10.0 are included.
1919

2020
### Known issue
2121

22-
An issue has been identified in the Node.js 24.x line with `buffer.allocUnsafe` unintentionally returning zero-filled buffers. This API is [documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize). The documented behavior will be restored in the next Node.js 24.x LTS release to bring it back in line with previous releases. For more information, see [#60423](https://github.com/nodejs/node/issues/60423).
22+
An issue has been identified in the Node.js 24.x line with `Buffer.allocUnsafe` unintentionally returning zero-filled buffers. This API is [documented to return uninitialized memory](https://nodejs.org/docs/latest-v24.x/api/buffer.html#static-method-bufferallocunsafesize). The documented behavior will be restored in the next Node.js 24.x LTS release to bring it back in line with previous releases. For more information, see [#60423](https://github.com/nodejs/node/issues/60423).
2323

2424
Windows 64-bit Installer: https://nodejs.org/dist/v24.11.0/node-v24.11.0-x64.msi \
2525
Windows ARM 64-bit Installer: https://nodejs.org/dist/v24.11.0/node-v24.11.0-arm64.msi \

0 commit comments

Comments
 (0)