diff options
author | Jeremy Allison <jra@samba.org> | 2004-02-04 02:09:43 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2004-02-04 02:09:43 +0000 |
commit | 44c5f5bcc4dffed9d5b468402673070bc1fa554f (patch) | |
tree | 195ce81d23b8cd05018c1d7d73f0db2775b10827 /source3/lib/iconv.c | |
parent | bf4e3726fa57cccd10b0fb367cbd17da156fe15c (diff) | |
download | samba-44c5f5bcc4dffed9d5b468402673070bc1fa554f.tar.gz samba-44c5f5bcc4dffed9d5b468402673070bc1fa554f.tar.bz2 samba-44c5f5bcc4dffed9d5b468402673070bc1fa554f.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.
(This used to be commit 98e2c6f4f854065c56a73ebc9e0a50e0ba018dde)
Diffstat (limited to 'source3/lib/iconv.c')
-rw-r--r-- | source3/lib/iconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index b0c13a5ee6..d0d2dcd1c4 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -589,4 +589,3 @@ toobig: errno = E2BIG; return -1; } - |