commit | e4586c79d4ba24a02f63a17e49207007c3bbdaea | [log] [tgz] |
---|---|---|
author | Roberto Sassu <roberto.sassu@huawei.com> | Tue May 16 14:53:47 2017 +0200 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Wed Jun 21 14:37:12 2017 -0400 |
tree | 92c100579c956bd745aed150c01200ed2c3f362a | |
parent | 28a8dc41279de2a8a635df51ad33d3cee7e0c0d1 [diff] |
ima: fix get_binary_runtime_size() Remove '+ 1' from 'size += strlen(entry->template_desc->name) + 1;', as the template name is sent to userspace without the '\0' character. Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>