- Fixed fix for bug #90302 (bug #152146).

This commit is contained in:
Tim Waugh 2005-03-29 15:59:39 +00:00
parent e5450e8b2b
commit 30b55703b1
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,14 @@
--- lynx2-8-5/src/HTML.c.crash 2005-01-06 17:03:09.658969996 +0000
+++ lynx2-8-5/src/HTML.c 2005-01-06 17:07:24.096481825 +0000
@@ -7001,7 +7001,7 @@
case HTML_SELECT:
{
- char *ptr;
+ char *ptr = NULL;
/*
* Make sure we had a select start tag.
@@ -7041,13 +7041,15 @@
/*
* Finish the previous option.

View File

@ -1,7 +1,7 @@
Summary: A text-based Web browser.
Name: lynx
Version: 2.8.5
Release: 22
Release: 23
License: GPL
Group: Applications/Internet
Source: http://lynx.isc.org/current/lynx2.8.5rel.1.tar.bz2
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg
%changelog
* Tue Mar 29 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-23
- Fixed fix for bug #90302 (bug #152146).
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 2.8.5-22
- Rebuild for new GCC.