1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/web_server
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
..
web_server.c source4: Use wrapper for string to integer conversion 2019-03-01 00:32:11 +00:00
web_server.h web_server: Make second argument to websrv_output const. 2012-12-05 14:56:43 +01:00
wscript_build PY3: use pyembed_libname for library names (otherwise missing deps) 2018-09-16 06:16:20 +02:00
wsgi.c s4:web_server: Fix build error 2018-12-11 13:58:30 +01:00