]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
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)
commitf5addd3dfd6758f346c8b833d4070da81d8fdfcb
tree157864f66563bf4eb6fa95649f46313e3dc47702
parent44c1c88761fbf0a2b2c0e05cf3d63c15747874d4
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