summaryrefslogtreecommitdiffstats
path: root/subversion-1.7.4-kwallet2.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-05-12 09:29:46 +0200
committerRemi Collet <fedora@famillecollet.com>2012-05-12 09:29:46 +0200
commit26fddacdc05fa5b660b3e9f425173e7ae294b48f (patch)
tree3a2e3ebbd6de7dc462ec4700fbf183631bb84a43 /subversion-1.7.4-kwallet2.patch
subversion: import from rawhide
Diffstat (limited to 'subversion-1.7.4-kwallet2.patch')
-rw-r--r--subversion-1.7.4-kwallet2.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/subversion-1.7.4-kwallet2.patch b/subversion-1.7.4-kwallet2.patch
new file mode 100644
index 0000000..d27df98
--- /dev/null
+++ b/subversion-1.7.4-kwallet2.patch
@@ -0,0 +1,16 @@
+
+Possible fix/workaround for dubious pointer derefs in #810861.
+
+--- subversion-1.7.4/subversion/libsvn_auth_kwallet/kwallet.cpp.kwallet
++++ subversion-1.7.4/subversion/libsvn_auth_kwallet/kwallet.cpp
+@@ -175,6 +175,10 @@ kwallet_terminate(void *data)
+ "kwallet-initialized",
+ APR_HASH_KEY_STRING,
+ NULL);
++ apr_hash_set(parameters,
++ "kwallet-wallet",
++ APR_HASH_KEY_STRING,
++ NULL);
+ }
+ return APR_SUCCESS;
+ }