On 2017-11-14 14:22, [ext] Andreas J. Reichel wrote:
> From: Andreas Reichel <[email protected]>
> 
> If close_config_file gets an invalid parameter, return EINVAL.
> 
> Signed-off-by: Andreas Reichel <[email protected]>
> ---
>  env/env_config_file.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/env/env_config_file.c b/env/env_config_file.c
> index 83feab8..b101074 100644
> --- a/env/env_config_file.c
> +++ b/env/env_config_file.c
> @@ -44,6 +44,7 @@ int close_config_file(FILE *config_file_handle)
>       {
>               return fclose(config_file_handle);
>       }
> +     return EINVAL;
>  }
>  
>  bool probe_config_file(CONFIG_PART *cfgpart)
> 

Applied, thanks.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/c155698b-20fb-12a7-94c8-2fe4ff9bd4d5%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to