Replace use of apr_file_write() with apr_file_write_full() to prevent
authorStefan Fritsch <sf@apache.org>
Thu, 26 Apr 2012 21:44:51 +0000 (21:44 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 26 Apr 2012 21:44:51 +0000 (21:44 +0000)
commitfe4f92509b95f01f61f951e256fb2f3fb3855f3e
tree157864f66563bf4eb6fa95649f46313e3dc47702
parent5e39d4b16a097ae7b570b28dec9f3de754dc2977
Replace use of apr_file_write() with apr_file_write_full() to prevent
incomplete writes.

Add comments in some places where error handling/logging is missing.

PR: 53131.
Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331110 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/cache/mod_cache_disk.c
modules/dav/fs/lock.c
modules/filters/mod_ext_filter.c
modules/generators/mod_cgid.c
modules/loggers/mod_log_config.c
modules/loggers/mod_log_forensic.c
modules/mappers/mod_rewrite.c
modules/slotmem/mod_slotmem_shm.c
support/rotatelogs.c