Fix for valgrind - when doing a srvstr_push we must zero fill
authorJeremy Allison <jra@samba.org>
Fri, 6 Jun 2003 07:56:23 +0000 (07:56 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 6 Jun 2003 07:56:23 +0000 (07:56 +0000)
commit0bbbe382a5b9d9906050629f531424b251302acf
tree71870e88ed9c2e42aa5991e7a1d75a1c98815f59
parentde3f1c77677c80cb27688521b39c5325bb4e3bd7
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.
(This used to be commit 8aa5f7a65c71fb89ed05e71a2465e61385e80c2b)
source3/lib/charcnv.c