[PATCH 07/14] s4-torture: Fix out of bound array access.

Andreas Schneider asn at samba.org
Wed Dec 4 06:01:53 MST 2013


Signed-off-by: Andreas Schneider <asn at samba.org>
---
 source4/torture/rpc/spoolss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 5fbdbb8..e645887 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -681,7 +681,7 @@ static bool test_EnumPrinterDrivers(struct torture_context *tctx,
 
 		for (j=0;j<ctx->driver_count[level - 1];j++) {
 			union spoolss_DriverInfo *cur = &ctx->drivers[level - 1][j];
-			union spoolss_DriverInfo *ref = &ctx->drivers[8][j];
+			union spoolss_DriverInfo *ref = &ctx->drivers[7][j];
 
 			switch (level) {
 			case 1:
-- 
1.8.5




More information about the samba-technical mailing list