You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/01/30 12:31:18 UTC

DO NOT REPLY [Bug 52559] [PATCH] Some PROPPATCH causing segfault in mod_dav_fs / mod_dav

https://issues.apache.org/bugzilla/show_bug.cgi?id=52559

--- Comment #1 from Diego Santa Cruz <Di...@spinetix.com> 2012-01-30 11:31:18 UTC ---
Created attachment 28228
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28228
First patch to fix PROPPATCH segfault

This patch fixes the described segfault in the PROPPATCH.

In the described case a rollback cannot be created when doing the
dav_method_proppacth(), because dav_propdb_get_rollback() fails without
returning a rollback object. Thus the call to dav_propdb_apply_rollback()
segfaults because rollback is NULL. This patch just protects against that case
considering it a success.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org