1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r2207: this bug caued valgrind to consume infinite memory till the kernel killed it :(

(This used to be commit 60a88595e23eb2953edfacf9dfc9fe3f08ec5eeb)
This commit is contained in:
Andrew Tridgell 2004-09-03 13:20:31 +00:00 committed by Gerald (Jerry) Carter
parent 54dd7bccd2
commit 5f6c0b6c8c

View File

@ -836,6 +836,7 @@ static BOOL test_GetPrinterDriver2(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
r.in.architecture = "W32X86";
r.in.level = 1;
buf_size = 0;
r.in.buffer = NULL;
r.in.buf_size = r.out.buf_size = &buf_size;
r.in.client_major_version = 0;
r.in.client_minor_version = 0;