- fix segfault caused by usage of uninitialized variables while parsing
cmdline arguments in pnmtopng (#179645) - add validity check for date/time in pnmtopng - fix unchecked sscanf reads
This commit is contained in:
parent
4304708572
commit
414f676eae
@ -1,7 +1,7 @@
|
||||
Summary: A library for handling different graphics file formats.
|
||||
Name: netpbm
|
||||
Version: 10.31
|
||||
Release: 2.1
|
||||
Release: 3
|
||||
License: freeware
|
||||
Group: System Environment/Libraries
|
||||
URL: http://netpbm.sourceforge.net/
|
||||
@ -174,6 +174,12 @@ rm -rf $RPM_BUILD_ROOT/usr/config_template
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 10 2006 Jindrich Novy <jnovy@redhat.com> 10.31-3
|
||||
- fix segfault caused by usage of uninitialized variables while
|
||||
parsing cmdline arguments in pnmtopng (#179645)
|
||||
- add validity check for date/time in pnmtopng
|
||||
- fix unchecked sscanf reads
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 10.31-2.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user