]> git.ipfire.org Git - thirdparty/openvpn.git/commit
options_util: Fix conversion warning in atoi_constrained
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 8 Oct 2025 17:01:57 +0000 (19:01 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 9 Oct 2025 14:50:30 +0000 (16:50 +0200)
commit8fd8c4fa5d6c113925ebf42d47d9e8d3f292309f
tree5c4ccfde0040fd9e197f328e62bc07c2a958ce96
parentabb9770f099e5d387f15800a5244c911cf747557
options_util: Fix conversion warning in atoi_constrained

The whole purpose of the function is to make sure
that cast is safe.

Change-Id: Id08524661aa5bcc5cd42f27a1aacc636e2b2b004
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1261
Message-Id: <20251008170202.10333-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59244107/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options_util.c