You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
534 B
16 lines
534 B
|
|
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; |
|
}
|
|
|