Fix for valgrind - when doing a srvstr_push we must zero fill
commit8aa5f7a65c71fb89ed05e71a2465e61385e80c2b
authorJeremy Allison <jra@samba.org>
Fri, 6 Jun 2003 07:56:23 +0000 (6 07:56 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 6 Jun 2003 07:56:23 +0000 (6 07:56 +0000)
treee6bda31a3d6edfe12533f614c79675f1eb693a94
parent7c4cc2086d59e163ab89366c24ba399994a49462
Fix for valgrind - when doing a srvstr_push we must zero fill
any extra bytes, not clobber region them - otherwise valgrind
thinks they are invalid on send() or write().
Jeremy.
source/lib/charcnv.c