[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/libtermcap/devel termcap-2.0.8-nofree.patch, NONE, 1.1 libtermcap.spec, 1.16, 1.17
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/libtermcap/devel termcap-2.0.8-nofree.patch, NONE, 1.1 libtermcap.spec, 1.16, 1.17
- Date: Mon, 2 Jan 2006 11:13:04 -0500
Author: praszyk
Update of /cvs/dist/rpms/libtermcap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3043
Modified Files:
libtermcap.spec
Added Files:
termcap-2.0.8-nofree.patch
Log Message:
Rebuild.
termcap-2.0.8-nofree.patch:
termcap.c | 1 +
1 files changed, 1 insertion(+)
--- NEW FILE termcap-2.0.8-nofree.patch ---
--- termcap-2.0.8/termcap.c.rasold 2006-01-02 17:10:29.000000000 +0100
+++ termcap-2.0.8/termcap.c 2006-01-02 17:10:52.000000000 +0100
@@ -421,6 +421,7 @@
sp = get_one_entry(fp, term_list[index]);
if (sp == NULL) break;
build_list(&l, sp, term_list);
+ free (sp);
}
fclose(fp);
Index: libtermcap.spec
===================================================================
RCS file: /cvs/dist/rpms/libtermcap/devel/libtermcap.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libtermcap.spec 2 Jan 2006 16:06:58 -0000 1.16
+++ libtermcap.spec 2 Jan 2006 16:13:02 -0000 1.17
@@ -1,7 +1,7 @@
Summary: A basic system library for accessing the termcap database.
Name: libtermcap
Version: 2.0.8
-Release: 43
+Release: 44
Source: ftp://metalab.unc.edu/pub/Linux/GCC/termcap-2.0.8.tar.bz2
Url: ftp://metalab.unc.edu/pub/Linux/GCC/
License: LGPL
@@ -125,6 +125,9 @@
%{_infodir}/termcap.info*
%changelog
+* Mon Jan 2 2006 Petr Raszyk <praszyk redhat com> 2.0.8-44
+- Rebuild.
+
* Mon Jan 2 2006 Petr Raszyk <praszyk redhat com> 2.0.8-43
- libtermcap does not 'free()'memory. See #74346
A patch termcap-2.0.8-nofree.patch
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]