]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/multi-tenant: Make tenant_id 32 bits everywhere 9244/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Wed, 21 Jun 2023 13:09:45 +0000 (09:09 -0400)
committerVictor Julien <vjulien@oisf.net>
Mon, 17 Jul 2023 12:21:50 +0000 (14:21 +0200)
commit9fd77c737f4f2d14f0e79df8958c21a3ccb3ed85
tree991ef515d6b520ee88781d2e7fcccbf7ab693fac
parent3286c3b912867a5c69ba5fd51f26f26410aaf6a9
detect/multi-tenant: Make tenant_id 32 bits everywhere

Issue: 6047

This commit ensures that the tenant id is contained in a unsigned 32 bit
container.
src/detect-engine.c
src/detect-engine.h
src/detect.h
src/runmode-unix-socket.c