- Fix null pointer dereference (Gnome.org #352587)
This commit is contained in:
parent
1bcca783ef
commit
6bdac43b1e
11
gnome-keyring-0.5.2-null-fix.patch
Normal file
11
gnome-keyring-0.5.2-null-fix.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- gnome-keyring-0.5.2/gnome-keyring.c.nullfix 2006-08-23 16:31:47.000000000 -0400
|
||||
+++ gnome-keyring-0.5.2/gnome-keyring.c 2006-08-23 16:32:25.000000000 -0400
|
||||
@@ -2483,7 +2483,7 @@
|
||||
GnomeKeyringResult result;
|
||||
GList *found;
|
||||
|
||||
- out_list = NULL;
|
||||
+ *out_list = NULL;
|
||||
attributes = make_attribute_list_for_network_password (user,
|
||||
domain,
|
||||
server,
|
@ -3,10 +3,11 @@
|
||||
Summary: A framework for managing user passwords and other secrets
|
||||
Name: gnome-keyring
|
||||
Version: 0.5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL/LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gnome-keyring-%{version}.tar.bz2
|
||||
Patch0: gnome-keyring-0.5.2-null-fix.patch
|
||||
URL: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: gtk2 >= %{gtk2_version}
|
||||
@ -33,6 +34,7 @@ use gnome-keyring.
|
||||
|
||||
%prep
|
||||
%setup -q -n gnome-keyring-%{version}
|
||||
%patch0 -p1 -b .nullfix
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc
|
||||
@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/gnome-keyring/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2006 Dan Williams <dcbw@redhat.com> - 0.5.2-2.fc6
|
||||
- Fix null pointer dereference (Gnome.org #352587)
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1.fc6
|
||||
- Update to 0.5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user