Skip to content

Commit 3d0a592

Browse files
committed
NEWS for #6731
1 parent 7449044 commit 3d0a592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ rowwiseDT(
154154
DT[, c('L', 'i') := list(NULL, 3L)] # delete L, assign to i
155155
DT[, c('L', 'i') := list(list(NULL), NULL)] # assign to L, delete i
156156
```
157+
21. An integer overflow in `fread()` with lines longer than `2^(31/2)` bytes is prevented, [#6729](https://github.com/Rdatatable/data.table/issues/6729). The typical impact was no worse than a wrong initial allocation size, corrected later. Thanks to @TaikiSan21 for the report and @aitap for the fix.
157158

158159
## NOTES
159160

0 commit comments

Comments
 (0)