diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-14 13:17:53 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2009-09-14 13:17:53 +0000 |
commit | 3ce4dadff2fea7a5ffb40809ff4ea7b4984218b7 (patch) | |
tree | abc64b864842c5e7f168e60b8c7e88813707538a /src/core | |
parent | 8863dd8559a49fd8a748aa5f37b03c45e369436f (diff) | |
download | nginx-0.5.tar.gz |
*) 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.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index bba9e751b..0ac7ea028 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.5.37" +#define NGINX_VERSION "0.5.38" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |