]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: replace strtoul with ByteExtractStringUint32
authorFupeng Zhao <fupeng.zhao@foxmail.com>
Thu, 19 Jun 2025 05:48:07 +0000 (13:48 +0800)
committerVictor Julien <victor@inliniac.net>
Fri, 27 Jun 2025 16:58:42 +0000 (18:58 +0200)
commite740307cd5228150851a729dca1b112fe51932d9
tree79ceffc5536314595c682c6b01cb454421f1c506
parentc7a642c7c28377f3af5c9706803c5ec21cf9ded0
detect: replace strtoul with ByteExtractStringUint32

Also added and updated unit tests to ensure correctness.

Ticket: #7212
src/detect-gid.c
src/detect-mark.c
src/detect-rev.c
src/detect-sid.c