Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IcingaDB::TimestampToMilliseconds(): limit output to four year digits
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.
- Loading branch information