push
github
core: fix interval MsgPack decoding Currently we do not check if we have enough data to read when loading field key. While at it also fix limits checking for `year`, `month`, `week` and `nanoseconds` fields we lost in the commit 01c7ae1128e1 ("msgpack: fix decoding intervals with int64"). Also as we check the upper limit for `ajust` field let's check the lower limit too. Closes #10360 NO_DOC=bugfix (cherry picked from commit 99517500e)
69062 of 122379 branches covered (56.43%)
16 of 21 new or added lines in 1 file covered. (76.19%)
36 existing lines in 20 files now uncovered.101751 of 116386 relevant lines covered (87.43%)
1817352.13 hits per line