Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IcingaDB: limit several numbers not to crash Go daemon #10244

Open
wants to merge 2 commits into
base: support/2.13
Choose a base branch
from

Conversation

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.
not to write higher values into Redis than the Icinga DB schema can hold.
This fixes yet another potential Go daemon crash.
@cla-bot cla-bot bot added the cla/signed label Nov 15, 2024
@icinga-probot icinga-probot bot added this to the 2.13.11 milestone Nov 15, 2024
@icinga-probot icinga-probot bot added the area/icingadb New backend label Nov 15, 2024
@Al2Klimov Al2Klimov self-assigned this Nov 15, 2024
@icinga-probot icinga-probot bot added bug Something isn't working ref/IP labels Nov 15, 2024
@Al2Klimov Al2Klimov marked this pull request as ready for review November 15, 2024 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/icingadb New backend bug Something isn't working cla/signed ref/IP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant