]> git.ipfire.org Git - thirdparty/suricata.git/commit
datajson: key length fix
authorEric Leblond <el@stamus-networks.com>
Sun, 8 Jun 2025 08:17:50 +0000 (10:17 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Jun 2025 18:49:18 +0000 (20:49 +0200)
commit43743b0fd3643be766f63f0d1b57eeb2270f6ebf
treeecbd797d9bce43ca409d40849c1e1832103099d4
parent43a1ef45ca18f4c7f99f340be4ecf96bc7ce7dd1
datajson: key length fix

When using type string, we should not limit the size of the string.

This patch also fixes some implicit cast issues.
src/datasets-context-json.c