s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()
commit67512152c007bb186e4fd8dac5d1aab89bce0689
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jun 2011 10:47:22 +0000 (16 12:47 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 Jun 2011 12:15:47 +0000 (16 14:15 +0200)
treee36ba4065ea38b926b42f52bbd2ff9cd62789de5
parent11683ccf3e68606ecb1cdfa455f7921b119803c6
s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()

r->out.buffer needs to stay in its size, as it will be marshalled completely.
As it's preallocated and initialized with zeros, we just need to copy
the payload into it, even if it's smaller than the offered buffer size.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jun 16 14:15:47 CEST 2011 on sn-devel-104
source3/rpc_server/svcctl/srv_svcctl_nt.c