Hello!

I have two patches for wwwoffle-2.6d:

------------------------------------
diff -aur wwwoffle-2.6d/misc.c wwwoffle-2.6d.j0-patch/misc.c
--- wwwoffle-2.6d/misc.c        Sun Jul  1 17:18:55 2001
+++ wwwoffle-2.6d.j0-patch/misc.c       Tue Aug 21 23:05:26 2001
@@ -1050,7 +1050,7 @@

 char **SplitFormArgs(char *str)
 {
- char **args=(char**)malloc(9*sizeof(char*));
+ char **args=(char**)malloc(10*sizeof(char*));
  char *p;
  int i=0;

diff -aur wwwoffle-2.6d/wwwoffled.c wwwoffle-2.6d.j0-patch/wwwoffled.c
--- wwwoffle-2.6d/wwwoffled.c   Mon May 28 10:08:40 2001
+++ wwwoffle-2.6d.j0-patch/wwwoffled.c  Tue Aug 21 23:05:26 2001
@@ -168,7 +168,7 @@
 #if USE_ZLIB
 #define ZLIB_STRING "with zlib"
 #else
-#defien ZLIB_STRING "without zlib"
+#define ZLIB_STRING "without zlib"
 #endif

 #if USE_IPV6
------------------------------------

The first one prevents a segfault when selecting ALL options on the
"WWWOFFLE Interactive Refresh Form" page. The second one corrects just a
typo.


Jan.

-- 
Jan Lukoschus <[EMAIL PROTECTED]>
I. f. Informatik u. Praktische Mathematik
Olshausenstr. 40, 24118 Kiel, Germany
+49 431 880-7297


Reply via email to