| commit | c460629181248f47c6a77edacd9d17b7c1f26f12 | [log] [tgz] | 
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 10 17:51:10 2012 +0000 | 
| committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Dec 10 17:51:10 2012 +0000 | 
| tree | 549d94eeb5441fce9d87a7e482992619a54c5af5 | |
| parent | e3cf44789f2a6e256a596f187c6d4211859f1d73 [diff] | 
Merge of r4919: fixed segfault on PUT in dav module. Dav: fixed segfault on PUT if body was already read (ticket #238). If request body reading happens with different options it's possible that there will be no r->request_body->temp_file available (or even no r->request_body available if body was discarded). Return internal server error in this case instead of committing suicide by dereferencing a null pointer.