1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4-smbtorture: in extended setvalue winreg test, reduce max random buffer length to 16 bytes.

Guenther
This commit is contained in:
Günther Deschner 2010-06-30 17:13:42 +02:00
parent 17ddefef8a
commit 6961048487

View File

@ -2279,7 +2279,7 @@ static bool test_SetValue_extended(struct dcerpc_binding_handle *b,
torture_comment(tctx, "Testing SetValue (extended formats)\n");
for (t=0; t < ARRAY_SIZE(types); t++) {
for (l=0; l < 32; l++) {
for (l=0; l < 16; l++) {
enum winreg_Type w_type;
uint32_t w_size, w_length;