]> git.baikalelectronics.ru Git - kernel.git/commit
ima: drop vla in ima_audit_measurement()
authorTycho Andersen <tycho@tycho.ws>
Thu, 8 Mar 2018 23:08:36 +0000 (16:08 -0700)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Sun, 25 Mar 2018 11:26:28 +0000 (07:26 -0400)
commit2a4180995440d6cbac16e3d3352780b590b6138f
treebbd534f2f48ad36368046195963f8ed973c5436e
parent53295976fac73bfd99cf9935c99abaf34e51fed4
ima: drop vla in ima_audit_measurement()

In keeping with the directive to get rid of VLAs [1], let's drop the VLA
from ima_audit_measurement(). We need to adjust the return type of
ima_audit_measurement, because now this function can fail if an allocation
fails.

[1]: https://lkml.org/lkml/2018/3/7/621

v2: just use audit_log_format instead of doing a second allocation
v3: ignore failures in ima_audit_measurement()

Signed-off-by: Tycho Andersen <tycho@tycho.ws>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/ima/ima_api.c