Skip to content

Commit 42cecbe

Browse files
committed
NEWS entry
1 parent af4863a commit 42cecbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# data.table [v1.17.3](https://github.com/Rdatatable/data.table/milestone/39)
44

5+
1. The C code now avoids passing invalid data pointers from 0-length vectors to `memcpy()`, which previously caused undefined behaviour. Thanks to Prof. Brian D. Ripley for the report and Michael Chirico for the fix, [#6911](https://github.com/Rdatatable/data.table/pull/6911).
6+
57
# data.table [v1.17.2](https://github.com/Rdatatable/data.table/milestone/38) (7 May 2025)
68

79
## BUG FIXES

0 commit comments

Comments
 (0)