]> git.kaiwu.me - nginx.git/commit
Fixed excessive memory usage while parsing configuration.
authorValentin Bartenev <vbart@nginx.com>
Mon, 1 Jun 2015 18:08:56 +0000 (21:08 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 1 Jun 2015 18:08:56 +0000 (21:08 +0300)
commit66f6ba5c954af4e4bef314fad32e9de9f4329c52
tree1ceb69cf800e0be19ec6fe30993acc863bdf4427
parentb65cfbb3bb3c02b645eeeaccbdf6eb7be1d41dc2
Fixed excessive memory usage while parsing configuration.

The b->pos points to the next symbol here.

Reported by ilexshen.
src/core/ngx_conf_file.c