- Fix one instance where return code to fread was incorrectly checked.

This commit is contained in:
Michael E Brown 2007-08-28 05:49:15 +00:00
parent 73eb79a268
commit 721938697d
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
libsmbios-0.13.9.tar.gz
libsmbios-0.13.10.tar.gz

View File

@ -1,7 +1,7 @@
# these are all substituted by autoconf
%define major 0
%define minor 13
%define sub 9
%define sub 10
%define extralevel %{nil}
%define release_name libsmbios
%define release_version %{major}.%{minor}.%{sub}%{extralevel}
@ -168,8 +168,15 @@ rm -rf %{buildroot}
# ./ChangeLog is appended by configure
%changelog
* Mon Aug 28 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.10-1
- Fix one instance where return code to fread was incorrectly checked.
* Wed Aug 22 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.9
- new upstream
- Fix a couple of failure-to-check-return on fread. most were unit-test code
only, but two or three were in regular code.
- Add hinting to the memory class, so that it can intelligently close /dev/mem
file handle when it is not needed (which is most of the time). it only
leaves it open when it is scanning, so speed is not impacted.
* Tue Aug 6 2007 Michael E Brown <michael_e_brown at dell.com> - 0.13.8
- new upstream

View File

@ -1 +1 @@
937337f441006d9508448c677188ae5e libsmbios-0.13.9.tar.gz
23faf207803e7249be7662697f8218a9 libsmbios-0.13.10.tar.gz