Re: [PATCH libnetfilter_queue] src: check result of malloc when creating queue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



lists@xxxxxxxxxxxx <lists@xxxxxxxxxxxx> wrote:
>  	qh = malloc(sizeof(*qh));
> +	if (!qh)
> +		return NULL;

Applied, thanks for spotting this.

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux