| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 84974d9 commit 7be4330
1 file changed
| 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 | ||
| 79 | + [#60423](https://github.com/nodejs/node/issues/60423). | ||
| 80 | + | ||
| 72 | 81 | <a id="24.10.0"></a> | |
| 73 | 82 | ||
| 74 | 83 | ## 2025-10-08, Version 24.10.0 (Current), @RafaelGSS | |
| Back | FazBrowse Home | New Git URL |
0 commit comments