From 26fddacdc05fa5b660b3e9f425173e7ae294b48f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 May 2012 09:29:46 +0200 Subject: subversion: import from rawhide --- subversion-1.7.4-kwallet2.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 subversion-1.7.4-kwallet2.patch (limited to 'subversion-1.7.4-kwallet2.patch') 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; + } -- cgit