mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
e96bccc879
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> |
||
---|---|---|
.. | ||
protocol_api.h | ||
protocol_basic.c | ||
protocol_basic.h | ||
protocol_call.c | ||
protocol_client.c | ||
protocol_control.c | ||
protocol_debug.c | ||
protocol_header.c | ||
protocol_keepalive.c | ||
protocol_message.c | ||
protocol_packet.c | ||
protocol_private.h | ||
protocol_sock.c | ||
protocol_tunnel.c | ||
protocol_types.c | ||
protocol_util.c | ||
protocol_util.h | ||
protocol.h |