Fix event expiration to prevent losing events by zwass · Pull Request #8535 · osquery/osquery
Fixes osquery#8524 by ensuring the last events are never expired from a table. Without this change, new event IDs could be unintentionally generated starting from 1, while optimizations tell the generate function to look at a higher ID. All of those newer events would then never be logged.
zwass
mentioned this pull request
zwass
deleted the
fix-events-expiration
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters