Skip to content
Snippets Groups Projects
Commit fda1f6f5 authored by Timur Safin's avatar Timur Safin Committed by Kirill Yukhin
Browse files

datetime: validate unpacked data

Introduced few checks of validity of incoming data
at the moment messagepack is converted to datetime.

- we check that size is either big enough for single
  epoch or whole record;
- and we check range of data in decoded fields.

Fixes #6723

NO_DOC=bugfix
NO_TEST=see the other commit for fuzzer
parent 9efc75b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment