- Upgrade to latest from NSA

Fixed empty list test in cond_write_av_list. Bug found by Coverity,
    reported by Serge Hallyn (IBM).
Merged patch to policydb_write to check errors when writing the
    type->attribute reverse map from Serge Hallyn (IBM). Bug found by
    Coverity.
Fixed policydb_destroy to properly handle NULL type_attr_map or
    attr_type_map.
This commit is contained in:
Daniel J Walsh 2005-08-14 19:58:19 +00:00
parent a0ffdcf988
commit 56a2b4dba2
3 changed files with 13 additions and 2 deletions

View File

@ -31,3 +31,4 @@ libsepol-1.7.11.tgz
libsepol-1.7.12.tgz
libsepol-1.7.13.tgz
libsepol-1.7.14.tgz
libsepol-1.7.15.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 1.7.14
Version: 1.7.15
Release: 1
License: GPL
Group: System Environment/Libraries
@ -73,6 +73,16 @@ rm -rf ${RPM_BUILD_ROOT}
/%{_lib}/libsepol.so.1
%changelog
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.7.15-1
- Upgrade to latest from NSA
* Fixed empty list test in cond_write_av_list. Bug found by
Coverity, reported by Serge Hallyn (IBM).
* Merged patch to policydb_write to check errors
when writing the type->attribute reverse map from
Serge Hallyn (IBM). Bug found by Coverity.
* Fixed policydb_destroy to properly handle NULL type_attr_map
or attr_type_map.
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.7.14-1
- Upgrade to latest from NSA
* Fixed empty list test in cond_write_av_list. Bug found by

View File

@ -1 +1 @@
ea44f75167beba634d37f1144e236535 libsepol-1.7.14.tgz
6e1754662fd11e20eb6ba9b33746cf32 libsepol-1.7.15.tgz