1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Swen Schillig 58e2c15344 libcli: Use wrapper for string to integer conversion
In order to detect an value overflow error during
the string to integer conversion with strtoul/strtoull,
the errno variable must be set to zero before the execution and
checked after the conversion is performed. This is achieved by
using the wrapper function strtoul_err and strtoull_err.

Signed-off-by: Swen Schillig <swen@linux.ibm.com>
Reviewed-by: Ralph Böhme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2019-03-01 00:32:11 +00:00
..
2018-11-09 22:42:28 +01:00
2019-01-28 10:29:23 +01:00
2015-08-14 07:46:12 +02:00
2015-08-14 07:46:12 +02:00
2014-05-29 01:08:25 +02:00
2014-05-29 01:08:25 +02:00
2018-11-27 07:13:14 +01:00
2018-11-27 07:13:14 +01:00