mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 17:36:27 -04:00
doc(search): Add the changelog file.
This commit is contained in:
5
crates/matrix-sdk-search/changelog.d/6813.fixed.md
Normal file
5
crates/matrix-sdk-search/changelog.d/6813.fixed.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Fix a possible overflow panic in Tantivy when a malformed timestamp is
|
||||
converted from milliseconds to nanoseconds. If the timestamp is too large,
|
||||
the conversion to nanoseconds was panicking. The timestamp now comes from
|
||||
`TimelineEvent::timestamp`, which already deals with malformed timestamp. In
|
||||
addition, the timestamp is capped in case the API is misused.
|
||||
Reference in New Issue
Block a user