summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_file_aio_read.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-10-04 21:19:42 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-10-04 21:19:42 +0300
commit80a2771762f0411300ff01ec24d6481e8518dfff (patch)
tree9697d3c852d680ac930f31a1b909d05ad0eb8223 /src/os/unix/ngx_file_aio_read.c
parentf57527df8122eb8a99cc3bf419c28aa4d2a3cf9b (diff)
downloadnginx-80a2771762f0411300ff01ec24d6481e8518dfff.tar.gz
nginx-80a2771762f0411300ff01ec24d6481e8518dfff.tar.bz2
Fixed handling of unix sockets in $binary_remote_addr.
Previously, unix sockets were treated as AF_INET ones, and this may result in buffer overread on Linux, where unbound unix sockets have 2-byte addresses. Note that it is not correct to use just sun_path as a binary representation for unix sockets. This will result in an empty string for unbound unix sockets, and thus behaviour of limit_req and limit_conn will change when switching from $remote_addr to $binary_remote_addr. As such, normal text representation is used. Reported by Stephan Dollberg.
Diffstat (limited to 'src/os/unix/ngx_file_aio_read.c')
0 files changed, 0 insertions, 0 deletions