]> git.kaiwu.me - nginx.git/commit
Core: fixed port handling in ngx_parse_inet6_url().
authorValentin Bartenev <vbart@nginx.com>
Wed, 11 May 2016 14:55:20 +0000 (17:55 +0300)
committerValentin Bartenev <vbart@nginx.com>
Wed, 11 May 2016 14:55:20 +0000 (17:55 +0300)
commit66be8c6608edd5d79d24581749e4621df465610d
tree1dabde9db5b136cb3d237e571bc70997850208e5
parent2a83e5fa6d8944de8f3ef4907775e3db7409d672
Core: fixed port handling in ngx_parse_inet6_url().

This fixes buffer over-read when no port is specified in cases
similar to 5df5d7d771f6, and catches missing port separator.
src/core/ngx_inet.c