commit | 95e5c103f30db12b8cd0d9f77bb525782831fa10 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Feb 19 11:30:58 2017 +0100 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Tue Feb 21 13:09:49 2017 -0500 |
tree | b69e20e598213ea49e142d35042e387ac35192c6 | |
parent | 9feaf0380db5872a3120f537b0a26627d179bcec [diff] |
libsepol/cil: free bitmaps in cil_level_equals() cil_level_equals() builds two bitmap and compare them but does not destroy them before returning the result. This memory leak has been found by running clang's Address Sanitizer on a set of policies generated by American Fuzzy Lop. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>