Re: [PATCH RESEND 2/3] tpm: replace dynamically allocated bios_dir with a static array

From: Jarkko Sakkinen
Date: Mon Oct 03 2016 - 08:22:02 EST


On Sun, Oct 02, 2016 at 03:28:01PM -0600, Jason Gunthorpe wrote:
> On Sat, Oct 01, 2016 at 10:25:25PM +0300, Jarkko Sakkinen wrote:
>
> > + for (i = (TPM_NUM_EVENT_LOG_FILES - 1); i >= 0; i--) {
> > + if (chip->bios_dir[i])
>
> The entries can't actually be null here, right?

They can because this function is called as a rollbcak procedure for
tpm_bios_log_setup.

> Jason

/Jarkko