Commit 6b3c24d
buffer: fix out of range for toString
Co-authored-by: Michaël Zasso <targos@protonmail.com>
PR-URL: #54553
Backport-PR-URL: #55213
Fixes: #52298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Refs: #545531 parent ae34e27 commit 6b3c24dCopy full SHA for 6b3c24d
File tree
Expand file treeCollapse file tree
2 files changed
+11
-3
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
2 files changed
+11
-3
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
841 | 841 | |
842 | 842 | |
843 | 843 | |
844 | | - |
| 844 | + |
845 | 845 | |
846 | 846 | |
847 | 847 | |
848 | 848 | |
849 | | - |
| 849 | + |
850 | 850 | |
851 | 851 | |
852 | 852 | |
|
Collapse file
test/parallel/test-buffer-tostring-range.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer-tostring-range.js+9-1Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
| ||
98 | 98 | |
99 | 99 | |
100 | 100 | |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
0 commit comments