Jan Palus <jpalus@fastmail.com>


Found Patch
r1835760, r1829241 r1835760

r1829241 | julianfoad | 2018-04-16 07:55:10 +0000 (Mon, 16 Apr 2018)

* configure.ac
  Fix variable name with path to rdoc, broken in r1806570.

Found by: Jan Palus <jpalus{_AT_}fastmail.com>


r1835760 | danielsh | 2018-07-12 18:49:43 +0000 (Thu, 12 Jul 2018)

Fix segfault when subversion is built with gnome keyring support and keyring
password lookup fails.

* subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
  (password_get_gnome_keyring, password_set_gnome_keyring):
    [in the SVN_HAVE_LIBSECRET version of these two functions]
    Always initialize the output parameter, as required by the
    svn_auth__password_get_t contract.

Found by: Jan Palus
Patch by: Jan Palus
          me