fix a double free crash
This commit is contained in:
parent
5a4a3677cd
commit
02ea6d54d2
7
gdm.spec
7
gdm.spec
@ -15,7 +15,7 @@
|
||||
Summary: The GNOME Display Manager.
|
||||
Name: gdm
|
||||
Version: 2.13.0.8
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: LGPL/GPL
|
||||
Group: User Interface/X
|
||||
@ -44,6 +44,7 @@ Patch18: gdm-2.8.0.4-dont-call-xsm.patch
|
||||
Patch19: gdm-2.13.0.4-add-gnome-cflags.patch
|
||||
Patch20: gdm-2.13.0.4-add-locale-header.patch
|
||||
Patch22: gdm-2.13.0.7-pam_stack.patch
|
||||
Patch23: gdm-2.13.0.8-malloc-freed-memory.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
||||
|
||||
@ -116,6 +117,7 @@ several different X sessions on your local machine at the same time.
|
||||
%patch19 -p1 -b .add-gnome-cflags
|
||||
%patch20 -p1 -b .add-locale-header
|
||||
%patch22 -p1 -b .pam_stack
|
||||
%patch23 -p1 -b .malloc-freed-memory
|
||||
|
||||
# fix the time format for ja
|
||||
perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po
|
||||
@ -304,6 +306,9 @@ fi
|
||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2006 Ray <rstrode@redhat.com> and Matthias <mclasen@redhat.com> - 1:2.13.0.8-2
|
||||
- malloc memory that is later freed
|
||||
|
||||
* Mon Feb 13 2006 Ray Strode <rstrode@redhat.com> - 1:2.13.0.8-1
|
||||
- update to 2.13.0.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user