summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-02-25 19:52:56 +0000
committerBill Nottingham <notting@redhat.com>2004-02-25 19:52:56 +0000
commitae709b5066fb761e8b5a9a8d34b746e7ce779a74 (patch)
treebda625a960dffbc4896853b834a2cc172109efd8 /loader2/modules.h
parentc0f7e6f40f29aa091291d6b5a10e7e75773f8b71 (diff)
downloadanaconda-ae709b5066fb761e8b5a9a8d34b746e7ce779a74.tar.gz
anaconda-ae709b5066fb761e8b5a9a8d34b746e7ce779a74.tar.xz
anaconda-ae709b5066fb761e8b5a9a8d34b746e7ce779a74.zip
thanks to alsa, it's now way too easy to buffer overflow the loader
when testing
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 616da95aa..07042db3a 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -23,7 +23,7 @@ struct extractedModule {
};
struct moduleList_s {
- struct loadedModuleInfo mods[50];
+ struct loadedModuleInfo mods[100];
int numModules;
};