mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
3430c9c3c2
When e.g. trying to access a filename through Samba that does not adhere to the encoding configured in 'unix charset', the log will show the encoding problem, followed by "strstr_m: src malloc fail". The problem is that strstr_m assumes that any failure from push/pull_ucs2_talloc is a memory allocation problem, which is not correct. Address this by removing the misleading messages and add a missing message in convert_string_talloc_handle. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
tests | ||
charset_macosxfs.c | ||
charset_proto.h | ||
charset.h | ||
codepoints.c | ||
convert_string.c | ||
iconv.c | ||
pull_push.c | ||
util_str.c | ||
util_unistr_w.c | ||
util_unistr.c | ||
weird.c | ||
wscript_build | ||
wscript_configure |