]> git.ipfire.org Git - thirdparty/samba.git/commit
dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
authorLuke Leighton <lkcl@samba.org>
Sat, 20 Nov 1999 18:17:29 +0000 (18:17 +0000)
committerLuke Leighton <lkcl@samba.org>
Sat, 20 Nov 1999 18:17:29 +0000 (18:17 +0000)
commitef8ced0ca6688f037d74a5e26b52b41afce37682
treeecc02616d66077bbc690a96a179a0d44536c8303
parent476828342bd6552eb20f717595b5f4cb7397f33e
dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
some of the server-side stuff.  Realloc() was being used, so it
Realloc()d some random area of memory.  oops.dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
some of the server-side stuff.  Realloc() was being used, so it
Realloc()d some random area of memory.  oops.dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
some of the server-side stuff.  Realloc() was being used, so it
Realloc()d some random area of memory.  oops.
(This used to be commit a51f62f4cf610c23e45251cedb543144747a3e54)
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr.c