1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00
Swen Schillig 2b2ff12e70 source4: 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
..
2019-02-20 06:03:09 +01:00
2018-04-24 01:53:19 +02:00
2019-02-20 06:03:09 +01:00
2019-02-27 01:35:19 +01:00
2019-01-08 03:40:28 +01:00
2019-02-13 04:15:14 +01:00
2019-01-08 03:40:28 +01:00