Icinga / icinga2

The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga2/latest
GNU General Public License v2.0
1.98k stars 571 forks source link

IcingaDB::TimestampToMilliseconds(): limit output to [1970..8307] AD #10059

Open Al2Klimov opened 1 month ago

Al2Klimov commented 1 month ago

Too high timestamps may overflow uint64_t (and the YYYY format) and negative ones don't fit into uint64_t. Those may crash our Go daemon.