diff options
author | Volker Lendecke <vl@samba.org> | 2014-02-28 15:50:21 +0000 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2014-02-28 17:49:01 +0100 |
commit | 1dd2351840c41232d8aea912be6304b256ea0329 (patch) | |
tree | 9c590b5ab4b1e5b5d13b18027419612559fa0001 /source3/smbd/reply.c | |
parent | ca3998d0436747f637b04eb32eb6c17fce3e2159 (diff) | |
download | samba-1dd2351840c41232d8aea912be6304b256ea0329.tar.gz samba-1dd2351840c41232d8aea912be6304b256ea0329.tar.xz samba-1dd2351840c41232d8aea912be6304b256ea0329.zip |
torture: Fix a buffer overrun
In test_EnumPrinterDrivers we go up to driver level 8. In C, this means
we are accessing the 9th entry in the following lines:
ctx->driver_count[level] = count;
ctx->drivers[level] = info;
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/smbd/reply.c')
0 files changed, 0 insertions, 0 deletions