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.