You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/07/14 09:49:20 UTC

[Bug 64598] mod_http2 and mod_proxy_uwsgi: segfault in uwsgi_send_headers()

https://bz.apache.org/bugzilla/show_bug.cgi?id=64598

--- Comment #1 from Petr Gajdos <pg...@suse.cz> ---
(gdb) frame 1
#1  0x00007ffff4838e4f in uwsgi_send_headers (r=0x55555599ac20,
conn=0x55555599ec40) at mod_proxy_uwsgi.c:178
178             headerlen += 2 + strlen(env[j].key) + 2 + strlen(env[j].val);
(gdb) p env[j]
$6 = {key = 0x7ffff59d78d8 "H2_STREAM_ID", val = 0x0, key_checksum =
1209163603}
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org