All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ulogd2 0/4] Some bug-fixes
@ 2022-12-03 19:02 Jeremy Sowden
  2022-12-03 19:02 ` [PATCH ulogd2 1/4] ulogd: fix parse-error check Jeremy Sowden
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jeremy Sowden @ 2022-12-03 19:02 UTC (permalink / raw)
  To: Netfilter Devel

As requested by Pablo, I've broken up the 34-part "Refactor of the DB
output plug-ins" patch-series I sent out last month into smaller chunks.
This first set contains four unrelated bug-fixes.

Jeremy Sowden (4):
  ulogd: fix parse-error check
  filter: fix buffer sizes in filter plug-ins
  JSON: remove incorrect config value check
  db: fix back-log capacity checks

 filter/ulogd_filter_HWHDR.c   |  4 ++--
 filter/ulogd_filter_IP2BIN.c  | 14 +++++++-------
 filter/ulogd_filter_IP2HBIN.c |  2 +-
 filter/ulogd_filter_IP2STR.c  |  6 +++---
 output/ulogd_output_JSON.c    |  8 +++-----
 src/ulogd.c                   |  2 +-
 util/db.c                     | 11 +++++++----
 7 files changed, 24 insertions(+), 23 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-12-08 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 19:02 [PATCH ulogd2 0/4] Some bug-fixes Jeremy Sowden
2022-12-03 19:02 ` [PATCH ulogd2 1/4] ulogd: fix parse-error check Jeremy Sowden
2022-12-03 19:02 ` [PATCH ulogd2 2/4] filter: fix buffer sizes in filter plug-ins Jeremy Sowden
2022-12-08 21:07   ` Pablo Neira Ayuso
2022-12-08 21:21     ` Jeremy Sowden
2022-12-03 19:02 ` [PATCH ulogd2 3/4] JSON: remove incorrect config value check Jeremy Sowden
2022-12-03 19:02 ` [PATCH ulogd2 4/4] db: fix back-log capacity checks Jeremy Sowden
2022-12-08 20:58 ` [PATCH ulogd2 0/4] Some bug-fixes Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.