Codebase list nginx / a45e377
Merge tag 'upstream/1.4.1' into upstream Upstream version 1.4.1 Christos Trochalakis 10 years ago
4 changed file(s) with 24 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0
1 Changes with nginx 1.4.1 07 May 2013
2
3 *) Security: a stack-based buffer overflow might occur in a worker
4 process while handling a specially crafted request, potentially
5 resulting in arbitrary code execution (CVE-2013-2028); the bug had
6 appeared in 1.3.9.
7 Thanks to Greg MacManus, iSIGHT Partners Labs.
8
09
110 Changes with nginx 1.4.0 24 Apr 2013
211
0
1 Изменения в nginx 1.4.1 07.05.2013
2
3 *) Безопасность: при обработке специально созданного запроса мог
4 перезаписываться стек рабочего процесса, что могло приводить к
5 выполнению произвольного кода (CVE-2013-2028); ошибка появилась в
6 1.3.9.
7 Спасибо Greg MacManus, iSIGHT Partners Labs.
8
09
110 Изменения в nginx 1.4.0 24.04.2013
211
88 #define _NGINX_H_INCLUDED_
99
1010
11 #define nginx_version 1004000
12 #define NGINX_VERSION "1.4.0"
11 #define nginx_version 1004001
12 #define NGINX_VERSION "1.4.1"
1313 #define NGINX_VER "nginx/" NGINX_VERSION
1414
1515 #define NGINX_VAR "NGINX"
22082208
22092209 }
22102210
2211 if (ctx->size < 0 || ctx->length < 0) {
2212 goto invalid;
2213 }
2214
22112215 return rc;
22122216
22132217 done: