lkml.org 
[lkml]   [2018]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] ima: drop vla in ima_audit_measurement()
On Thu, Mar 8, 2018 at 7:14 PM, Tycho Andersen <tycho@tycho.ws> wrote:
> 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.



> + algo_hash_len = hash_len + strlen(algo_name) + 2;
> + algo_hash = kzalloc(algo_hash_len, GFP_KERNEL);

> - snprintf(algo_hash, sizeof(algo_hash), "%s:%s", algo_name, hash);
> + snprintf(algo_hash, algo_hash_len, "%s:%s", algo_name, hash);

kasprintf() ?

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2018-03-08 18:48    [W:0.036 / U:1.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site