]> git.kaiwu.me - nginx.git/commit
Fixed overflow detection in ngx_inet_addr().
authorValentin Bartenev <vbart@nginx.com>
Tue, 28 Apr 2015 15:55:03 +0000 (18:55 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 28 Apr 2015 15:55:03 +0000 (18:55 +0300)
commit89ad9ea30946dacb2fcf088a97f5a40d3b408d2c
tree34e815d3001bb84eb9cabdfbde3b8dc9407f5bdd
parent8568baef1fd2ade8bc4ce3cdf9515c90f0046d83
Fixed overflow detection in ngx_inet_addr().

Overflow detection of the last octet might not work.

Reported by Sergey Polovko.
src/core/ngx_inet.c