Actions
Bug #6220
closedBackport tenant_id conversion to uint32_t
Affected Versions:
Effort:
Difficulty:
Label:
Description
In 7.0, https://github.com/OISF/suricata/pull/9244/commits/9fd77c737f4f2d14f0e79df8958c21a3ccb3ed85 was added to make tenant_ids an unsigned 32 bit quantity. A few places used them as signed ints, and also int32_t. This commit makes all tenant_id values to be stored in an unsigned 32 bit container.
Actions