From 9728e6a84d99e2d12eb2bbbba0a8c66f9e90e54f Mon Sep 17 00:00:00 2001 From: iobyte Date: Wed, 6 May 2020 13:05:00 +0000 Subject: [PATCH] fix for #1056 (crash from buffer overrun with more than 10 shadow drivers) git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7025 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 81b0767d3a20b6764ae2f190b481c02f39c2504b Former-commit-id: 5260fbe1edbdf7dd9485bf8ebbb78a27afcda424 --- src/libs/tgf/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tgf/modinfo.h b/src/libs/tgf/modinfo.h index e858235f..61d9ab91 100644 --- a/src/libs/tgf/modinfo.h +++ b/src/libs/tgf/modinfo.h @@ -30,7 +30,7 @@ (no limit for "Unlimited Number of Interfaces" modules) @see ModList */ -#define MAX_MOD_ITF 10 +#define MAX_MOD_ITF 40 #define GfModInfoDefaultMaxItf MAX_MOD_ITF /* Name of the module function where run-time informations are exchanged (new scheme)