Core: fixed buffer overrun when hash max_size reached.
Yichun Zhang
6 years ago
311 | 311 |
continue;
|
312 | 312 |
}
|
313 | 313 |
|
|
314 |
size--;
|
|
315 |
|
314 | 316 |
ngx_log_error(NGX_LOG_WARN, hinit->pool->log, 0,
|
315 | 317 |
"could not build optimal %s, you should increase "
|
316 | 318 |
"either %s_max_size: %i or %s_bucket_size: %i; "
|