]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_dav: Fix a problem that could cause crashes when manipulating
authorJeff Trawick <trawick@apache.org>
Fri, 19 Mar 2004 02:32:25 +0000 (02:32 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 Mar 2004 02:32:25 +0000 (02:32 +0000)
commit77b387e14b4b75f6cf38750902530fcda85429d2
treefbaf24dad61ad4dda5f4cb2a7b22f60bb444ed64
parent8b8027affa8342cbbd00f1bdf083d904e4d9bbbb
mod_dav: Fix a problem that could cause crashes when manipulating
locks on some platforms.

crashes seen on Sparc when the integer copied out of the database
was not aligned properly

also, sizeof(int) not necessarily sizeof(apr_size_t), so that could
be a concern; we copy in sizeof(apr_size_t field) so we should copy
out sizeof(apr_size_t field)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103027 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/dav/fs/lock.c