BUG/MINOR: stick_table: alert when type len has incorrect characters
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 13 Apr 2023 12:33:52 +0000 (14:33 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 13 Apr 2023 12:46:08 +0000 (14:46 +0200)
commit3f210970bf9450156005e28ee45f64f6d39bc936
tree702a34f7117f287ebdc1f1f382868a5054d8f48d
parent28f2a590f63a2a051fe8cfc64b74dfa06c9e7f32
BUG/MINOR: stick_table: alert when type len has incorrect characters

Alert when the len argument of a stick table type contains incorrect
characters.

Replace atol by strtol.

Could be backported in every maintained versions.
include/haproxy/stick_table.h
src/stick_table.c