diff options
author | Jeremy Sowden <jeremy@azazel.net> | 2022-12-03 19:02:12 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-12-08 21:56:01 +0100 |
commit | bda63ec0e99aaf591470ce2d23aa794d3d6c77ed (patch) | |
tree | feaea4f0a42657700f9ffb81f868f26fa16622ab /src/timer.c | |
parent | 2ae7a3f96563c6cf3ea21445e7958314b6ca20fb (diff) |
db: fix back-log capacity checks
Hitherto, when adding queries to the back-log, the memory usage has been
incremented and decremented by the size of the query structure and the
length of the SQL statement, `sizeof(struct db_stmt) + len`. However,
when checking whether there is available capacity to add a new query,
the struct size has been ignored. Amend the check to include the struct
size, and also account for the NULL that terminates the SQL.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/timer.c')
0 files changed, 0 insertions, 0 deletions