diff options
author | Roberto Sassu <roberto.sassu@polito.it> | 2014-10-13 12:08:41 (GMT) |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2014-10-13 12:39:02 (GMT) |
commit | 1bd7face74391ddfc568b3e638f156da1ed77aa6 (patch) | |
tree | 9bf69f4d988df8c89e7405b6a52c17924536abbb /tools | |
parent | 9f3166b8ca3b89c27b9f1c9039d3662ab7812cfa (diff) | |
download | linux-1bd7face74391ddfc568b3e638f156da1ed77aa6.tar.xz |
ima: allocate field pointers array on demand in template_desc_init_fields()
The allocation of a field pointers array is moved at the end of
template_desc_init_fields() and done only if the value of the 'fields'
and 'num_fields' parameters is not NULL. For just validating a template
format string, retrieved template field pointers are placed in a temporary
array.
Changelog:
- v3:
- do not check in this patch if 'fields' and 'num_fields' are NULL
(suggested by Mimi Zohar)
Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions