comparison src/http/modules/ngx_http_limit_conn_module.c @ 7539:d75153522557

SSI: avoid potential buffer overflow. When "-" follows a parameter of maximum length, a single byte buffer overflow happens, since the error branch does not check parameter length. Fix is to avoid saving "-" to the parameter key, and instead use an error message with "-" explicitly written. The message is mostly identical to one used in similar cases in the preequal state. Reported by Patrick Wollgast.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Jul 2019 18:27:53 +0300
parents f01ab2dbcfdc
children 359b0ea2b067
comparison
equal deleted inserted replaced
7538:08ed570ad93c 7539:d75153522557