Re: [PATCH 2/2] strndup_user, convert (keyctl)

From: Alan Cox
Date: Wed Feb 15 2006 - 20:24:44 EST


On Mer, 2006-02-15 at 18:23 -0300, Davi Arnaut wrote:
> Convert security/keys/keyctl.c string duplication to strdup_user()

Even if your implementation of strndup_user was correct this may break
stuff in some obscure cases that worked before as you've changed the
behaviour from PAGE_SIZE to 4096 and they are not the same on all
platforms.

-
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/