1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpc_server/svcctl
Stefan Metzmacher 67512152c0 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
2011-06-16 14:15:47 +02:00
..
srv_svcctl_nt.c s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity() 2011-06-16 14:15:47 +02:00
srv_svcctl_nt.h s3-proto: move remaining srvsvc protos to own header file. 2011-05-02 15:03:43 +02:00
srv_svcctl_reg.c s3: Wrap creating the svcctl keys in a transaction 2011-04-11 22:09:58 +02:00
srv_svcctl_reg.h s3-rpc_server: move services into individual directories. 2011-02-10 22:13:17 +01:00