From d4387cd75fdd5281046a72925dbf5a5c4731cade Mon Sep 17 00:00:00 2001 From: Stephen Smalley Date: Wed, 16 Nov 2016 09:14:13 -0500 Subject: [PATCH] Updated libsepol ChangeLog Signed-off-by: Stephen Smalley --- libsepol/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 1685e28c..2ee74755 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,6 @@ + * Make parsing symbol table headers more robust, from Nicolas Iooss. + * Test for ebitmap_read() negative return value, from Nicolas Iooss. + * Replace an assert with an error message, from Nicolas Iooss. * Fix checkpolicy dontaudit compiler bug, from William Roberts. * Revert "libsepol: fix checkpolicy dontaudit compiler bug", from William Roberts. * cil_lexer: make warnings non-fatal for building, from Stephen Smalley.