util/rfc1738_unescape(): return end pointer or NULL on error
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 16 Feb 2018 21:46:44 +0000 (10:46 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 22 Feb 2018 00:04:18 +0000 (01:04 +0100)
commita4c853a7deb080dd44e3c54eb45935ff0df91baf
treea0c343ff4c1485f0fedb844f958529f56d1cc6dc
parent6ef6ddce5a64c55729c2e3d423757f504b0ab15e
util/rfc1738_unescape(): return end pointer or NULL on error

At present we don't detect errors, but when we do we'll return NULL.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/rfc1738.c
lib/util/samba_util.h
source3/client/smbspool.c
source3/utils/ntlm_auth.c
source4/libcli/ldap/ldap_client.c