Welcome! Log In Create A New Profile

Advanced

[nginx] SPDY: always check size of data to be saved into state b...

Maxim Dounin
March 18, 2014 12:42PM
details: http://hg.nginx.org/nginx/rev/e7f7d30196e3
branches: stable-1.4
changeset: 5611:e7f7d30196e3
user: Maxim Dounin <mdounin@mdounin.ru>
date: Tue Mar 18 17:00:19 2014 +0400
description:
SPDY: always check size of data to be saved into state buffer.

diffstat:

src/http/ngx_http_spdy.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/src/http/ngx_http_spdy.c b/src/http/ngx_http_spdy.c
--- a/src/http/ngx_http_spdy.c
+++ b/src/http/ngx_http_spdy.c
@@ -1465,7 +1465,7 @@ static u_char *
ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc,
u_char *pos, u_char *end, ngx_http_spdy_handler_pt handler)
{
-#if (NGX_DEBUG)
+#if 1
if (end - pos > NGX_SPDY_STATE_BUFFER_SIZE) {
ngx_log_error(NGX_LOG_ALERT, sc->connection->log, 0,
"spdy state buffer overflow: "

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] SPDY: always check size of data to be saved into state b...

Maxim Dounin 455 March 18, 2014 12:42PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 172
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready