From a0f05b307b261770a0d2d40946977bc1d1ded685 Mon Sep 17 00:00:00 2001 From: James Carter Date: Fri, 19 Aug 2016 14:09:03 -0400 Subject: [PATCH] Updated libsepol ChangeLog. Signed-off-by: James Carter --- libsepol/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index 334cdaa7..104283ad 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,5 @@ + * Port str_read() from kernel and remove multiple occurances of similar code, from William Roberts. + * Use calloc instead of malloc for all the *_to_val_structs, from William Roberts. * Fix bugs found by AFL, from William Roberts. * Fix memory leak in expand.c, from William Roberts. * Fix invalid read when policy file is corrupt, from William Roberts.