comparison src/core/nginx.h @ 336:85cf055f9552 NGINX_0_5_38

nginx 0.5.38 *) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 14 Sep 2009 00:00:00 +0400
parents 42974b9e97b5
children
comparison
equal deleted inserted replaced
335:90de406d5898 336:85cf055f9552
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define NGINX_VERSION "0.5.37" 11 #define NGINX_VERSION "0.5.38"
12 #define NGINX_VER "nginx/" NGINX_VERSION 12 #define NGINX_VER "nginx/" NGINX_VERSION
13 13
14 #define NGINX_VAR "NGINX" 14 #define NGINX_VAR "NGINX"
15 #define NGX_OLDPID_EXT ".oldbin" 15 #define NGX_OLDPID_EXT ".oldbin"
16 16