Re: [patch] futex requeueing feature, futex-requeue-2.5.69-D3

From: Andrew Morton (akpm@digeo.com)
Date: Mon May 19 2003 - 05:23:25 EST


Ingo Molnar <mingo@elte.hu> wrote:
>
> + page1 = __pin_page(uaddr1 - offset1);
> + if (!page1) {
> + unlock_futex_mm();
> + return -EFAULT;
> + }
> + page2 = __pin_page(uaddr2 - offset2);
> + if (!page2) {
> + unlock_futex_mm();
> + return -EFAULT;
> + }

page1 is leaked.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:33 EST