diff options
author | Jeremy Allison <jra@samba.org> | 2004-02-04 02:09:41 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2004-02-04 02:09:41 +0000 |
commit | 6a7919f2544a689840fe46f3c58ed66f69aca65a (patch) | |
tree | 3f035b13eb0afd63fa9600897d2baa2128e63dfc /source/lib/iconv.c | |
parent | 4cb8facbf9fa6fa5233fdb363ceac4b304d263d4 (diff) | |
download | samba-6a7919f2544a689840fe46f3c58ed66f69aca65a.tar.gz samba-6a7919f2544a689840fe46f3c58ed66f69aca65a.tar.xz samba-6a7919f2544a689840fe46f3c58ed66f69aca65a.zip |
Working on #830. Cope with bad conversions better - don't just memcpy but
try a crap conversion instead. Next this needs to be done to the convert_alloc
function.
Actually fixes some valgrind warnings as well - cool !
Jeremy.
Diffstat (limited to 'source/lib/iconv.c')
-rw-r--r-- | source/lib/iconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/iconv.c b/source/lib/iconv.c index b0c13a5ee68..d0d2dcd1c48 100644 --- a/source/lib/iconv.c +++ b/source/lib/iconv.c @@ -589,4 +589,3 @@ toobig: errno = E2BIG; return -1; } - |