commit | cb8a0327ab689867f6ea9e05fcb3242883e83bc2 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 08 21:36:09 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Sep 08 21:36:09 2014 +0400 |
tree | 0254ef9683b5ba36a44d10f6a9769db7362f6f6f | |
parent | 90df702bf86e4d9a9a2f319743598bc7aa1f8f57 [diff] |
Added ngx_init_setproctitle() return code check. The ngx_init_setproctitle() function, as used on systems without setproctitle(3), may fail due to memory allocation errors, and therefore its return code needs to be checked. Reported by Markus Linnala.