r11087 - libprelude/trunk/src

[email protected]
Newsgroups gmane.comp.security.ids.prelude.cvs
Message-ID <[email protected]>
Author: yoann
Date: 2008-11-12 14:59:29 +0100 (Wed, 12 Nov 2008)
New Revision: 11087

Modified:
   libprelude/trunk/src/prelude-plugin.c
Log:
Increase symbol table size.


Modified: libprelude/trunk/src/prelude-plugin.c
===================================================================
--- libprelude/trunk/src/prelude-plugin.c	2008-11-12 09:36:53 UTC (rev 11086)
+++ libprelude/trunk/src/prelude-plugin.c	2008-11-12 13:59:29 UTC (rev 11087)
@@ -847,7 +847,7 @@
 {
         size_t len;
         lt_dlsymlist *s = symlist;
-        static lt_dlsymlist rpl_sym[25] = {
+        static lt_dlsymlist rpl_sym[65535] = {
                 { "@PROGNAME@", NULL },
                 { NULL, NULL         }
         };

_______________________________________________
Prelude-cvslog site list
[email protected]
http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.