|
On Tue, Aug 20, 2013 at 05:57:33PM +0300, Julian Anastasov wrote:
>
> Hello,
>
> On Tue, 20 Aug 2013, Ryan O'Hara wrote:
>
> > The CHECK_IPV4 and CHECK_PE macros will call return if a conditional
> > is true. This is a problem for any caller that has allocated memory
> > and needs to do cleanup before returning. This patch replaces the
> > return in both macros with a goto statement. As a result, each caller
> > needs a out_err label.
> >
> > Signed-off-by: Ryan O'Hara <rohara@xxxxxxxxxx>
>
> Thanks for fixing this problem!
>
> Acked-by: Julian Anastasov <ja@xxxxxx>
Thanks, applied.
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|