1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/rpc_server/lsa
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
..
dcesrv_lsa.c source4: Use wrapper for string to integer conversion 2019-03-01 00:32:11 +00:00
lsa_init.c s4:rpc_server/lsa: make use of dcesrv_handle_create() 2019-01-12 03:13:35 +01:00
lsa_lookup.c s4:rpc_server/lsa: make use of dcesrv_call_auth_info() 2019-01-12 03:13:35 +01:00
lsa.h s4:rpc_server/lsa: implement the policy security descriptor 2015-03-30 13:41:25 +02:00