summaryrefslogtreecommitdiffstats
path: root/lib/hivex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hivex.c')
-rw-r--r--lib/hivex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hivex.c b/lib/hivex.c
index 91d3b12..43e989d 100644
--- a/lib/hivex.c
+++ b/lib/hivex.c
@@ -56,7 +56,7 @@
#include "byte_conversions.h"
/* These limits are in place to stop really stupid stuff and/or exploits. */
-#define HIVEX_MAX_SUBKEYS 10000
+#define HIVEX_MAX_SUBKEYS 15000
#define HIVEX_MAX_VALUES 1000
#define HIVEX_MAX_VALUE_LEN 1000000
#define HIVEX_MAX_ALLOCATION 1000000