commit | fff90bd22b68274630a7b7448b5a0fed1578c551 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 29 11:18:54 2016 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 29 11:20:43 2016 -0500 |
tree | 5c8e903d5bfaddca32fa7756bdac74bc8a8a2875 | |
parent | dd8d5671e2cd09d396c59beb2b8112df97546f3b [diff] |
libsepol: sepol_av_to_string: clear static buffer chenxiaolong reported this via https://github.com/SELinuxProject/selinux/issues/23 A nicer fix would be to rework the interface to be more like security_av_string() in libselinux, but that requires updating all callers. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>