Re: [PATCH] lib: introduce strdup_from_user

From: Scott Wood
Date: Fri Jun 03 2011 - 14:37:37 EST


On Fri, 3 Jun 2011 21:26:21 +0300
Alexey Dobriyan <adobriyan@xxxxxxxxx> wrote:

> On Fri, Jun 3, 2011 at 9:22 PM, Timur Tabi <timur@xxxxxxxxxxxxx> wrote:
> > Alexey Dobriyan wrote:
> >> NAK
> >> It accesses userspace data twice.
> >
> > What's wrong with that?
>
> If mm is shared, data can or will change under you.
>
> > How else is it supposed to know how much to allocate
> > without using strlen first?
>
> I don't know.
> What I know is that your function doesn't guarantee NUL-termination.

If the only issue is NUL-termination (and I think that's the only issue,
everything else is userspace shooting itself in the foot), just stick
"str[len] = 0" at the end.

-Scott

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