]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: guid: define guid_is_valid_fmt()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Apr 2024 09:10:13 +0000 (11:10 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Apr 2024 09:29:25 +0000 (11:29 +0200)
commit83731c8048eb51bf4c6393ceba9885d84f8c8883
tree756fe8bc43e5d91477366ef7f21a9d901afce3a0
parentbc3c117dc05a12d31e564fe39a3bb5c23e0410b5
MINOR: guid: define guid_is_valid_fmt()

Extract GUID format validation in a dedicated function named
guid_is_valid_fmt(). For the moment, it is only used on guid_insert().

This will be reused when parsing stats-file, to ensure GUID has a valid
format before tree lookup.
include/haproxy/guid.h
src/guid.c