[prev in list] [next in list] [prev in thread] [next in thread] 

List:       selinux
Subject:    Re: [PATCH] libsepol: fix memory leak in sepol_bool_query()
From:       Stephen Smalley <sds () tycho ! nsa ! gov>
Date:       2017-09-20 20:30:06
Message-ID: 1505939406.31597.12.camel () tycho ! nsa ! gov
[Download RAW message or body]

On Wed, 2017-09-13 at 10:16 +0200, Jan.Zarsky.jzarsky@redhat.com wrote:
> From: Jan Zarsky <jzarsky@redhat.com>
> 
> When sepol_bool_query() returns NULL response, variable name is not
> freed. Fix this by calling free() before returning.
> 
> Signed-off-by: Jan Zarsky <jzarsky@redhat.com>

Thanks, applied.

> ---
>  libsepol/src/booleans.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libsepol/src/booleans.c b/libsepol/src/booleans.c
> index c914a28..30fcf29 100644
> --- a/libsepol/src/booleans.c
> +++ b/libsepol/src/booleans.c
> @@ -155,6 +155,7 @@ int sepol_bool_query(sepol_handle_t * handle,
>  	booldatum = hashtab_search(policydb->p_bools.table, name);
>  	if (!booldatum) {
>  		*response = NULL;
> +		free(name);
>  		return STATUS_SUCCESS;
>  	}
>  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic