]> granicus.if.org Git - php/commit
From code coverity scan, syscall return value must be check.
authorRemi Collet <remi@php.net>
Fri, 3 May 2013 06:19:14 +0000 (08:19 +0200)
committerRemi Collet <remi@php.net>
Fri, 3 May 2013 06:19:14 +0000 (08:19 +0200)
commit0549e55d8233c1a0fb3eaf42bf88265f9b0fa5d0
treeb6c3b8269ad6372b84266f3e56e712d210a46d6d
parent444e59eb2071e8c2d2bcb61bb1e2404dd3b780cf
From code coverity scan, syscall return value must be check.

To not alter current behaviour, we simply log the problem,
so, if it occurs, the message will give explanation.

This are only warning as they don't block the server,
but such fail can explain strange (not expected) behaviour later.
sapi/fpm/fpm/fpm_log.c
sapi/fpm/fpm/fpm_signals.c
sapi/fpm/fpm/fpm_sockets.c
sapi/fpm/fpm/fpm_stdio.c