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

--- Comment #1 from Diego Santa Cruz <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to