summaryrefslogtreecommitdiffstats
path: root/source/lib/iconv.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-02-04 02:09:41 +0000
committerJeremy Allison <jra@samba.org>2004-02-04 02:09:41 +0000
commit6a7919f2544a689840fe46f3c58ed66f69aca65a (patch)
tree3f035b13eb0afd63fa9600897d2baa2128e63dfc /source/lib/iconv.c
parent4cb8facbf9fa6fa5233fdb363ceac4b304d263d4 (diff)
downloadsamba-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.c1
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;
}
-