commit | 49a49639118e9ea4aed644058f42d48cf65a9402 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <[email protected]> | Sat Jun 09 21:30:29 2018 +0200 |
committer | Stephen Smalley <[email protected]> | Fri Jun 15 09:00:54 2018 -0400 |
tree | 89654f80cfa0fe8fb26544706a7a706749acb554 | |
parent | 819c605bfc2ad2724fc068b1fd90ec57febac5a6 [diff] |
libsepol/tests: read_binary_policy() does not use f.handle f.handle is never set in read_binary_policy() so there is no need to call sepol_handle_destroy() on it. Moreover clang's static analyzer warns about an uninitialized argument value in the first call. Signed-off-by: Nicolas Iooss <[email protected]>