]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- svn 1211: fixes nasty crash in mod_cgi
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jul 2006 22:16:12 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-branch.diff -> 1.10

lighttpd-branch.diff

index a825d7cadab4709c561de8938a70e1512ac41bcb..512bd33a48a5e0e0f9323f5b05e6d29d8027a3dc 100644 (file)
 +      free(sock);
 +}
 --- ../lighttpd-1.4.11/src/iosocket.h  1970-01-01 03:00:00.000000000 +0300
-+++ lighttpd-1.4.12/src/iosocket.h     2006-07-18 13:03:40.000000000 +0300
-@@ -0,0 +1,32 @@
++++ lighttpd-1.4.12/src/iosocket.h     2006-07-20 01:14:57.000000000 +0300
+@@ -0,0 +1,44 @@
 +#ifndef _IOSOCKET_H_
 +#define _IOSOCKET_H_
 +
++/**
++ * make sure we know about OPENSSL all the time
++ *
++ * if we don't include config.h here we run into different sizes 
++ * for the iosocket-struct depending on config.h include before 
++ * iosocket.h or not
++ */
++
++#ifdef HAVE_CONFIG_H
++# include "config.h"
++#endif
++
 +#if defined HAVE_LIBSSL && defined HAVE_OPENSSL_SSL_H
 +# define USE_OPENSSL
 +# include <openssl/ssl.h>
 +status.config-url           = "/server-config"
 +
 --- ../lighttpd-1.4.11/tests/docroot/www/dummydir/.svn/entries 2006-03-09 19:21:49.000000000 +0200
-+++ lighttpd-1.4.12/tests/docroot/www/dummydir/.svn/entries    2006-07-20 00:57:20.000000000 +0300
++++ lighttpd-1.4.12/tests/docroot/www/dummydir/.svn/entries    2006-07-20 01:14:57.000000000 +0300
 @@ -9,5 +9,6 @@
     last-author="jan"
     kind="dir"
     uuid="152afb58-edef-0310-8abb-c4023f1b3aa9"
 -   revision="1040"/>
 +   repos="svn://svn.lighttpd.net/lighttpd"
-+   revision="1210"/>
++   revision="1211"/>
  </wc-entries>
 --- ../lighttpd-1.4.11/tests/fastcgi-10.conf   2005-08-31 23:36:34.000000000 +0300
 +++ lighttpd-1.4.12/tests/fastcgi-10.conf      2006-07-16 00:26:04.000000000 +0300
This page took 0.217364 seconds and 4 git commands to generate.