diff for duplicates of <1273867768.2826.30.camel@localhost> diff --git a/a/1.txt b/N1/1.txt index f4525f7..65ceb2c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On Fri, 2010-05-14 at 21:30 +0200, Julia Lawall wrote: > - to = kmalloc(strlen(from) + 1,flag); > + to = kstrdup(from, flag); > ... when != \(from = E1 \| to = E1 \) -> if (to=NULL || ...) S +> if (to==NULL || ...) S > ... when != \(from = E2 \| to = E2 \) > - strcpy(to, from); > // </smpl> diff --git a/a/content_digest b/N1/content_digest index ed6a3fd..2b59f18 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005142130140.28935@ask.diku.dk\0" "From\0Eric Paris <eparis@redhat.com>\0" "Subject\0Re: [PATCH 7/10] security/selinux/ss: Use kstrdup\0" - "Date\0Fri, 14 May 2010 20:09:28 +0000\0" + "Date\0Fri, 14 May 2010 16:09:28 -0400\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Stephen Smalley <sds@tycho.nsa.gov>" James Morris <jmorris@namei.org> @@ -30,7 +30,7 @@ "> - to = kmalloc(strlen(from) + 1,flag);\n" "> + to = kstrdup(from, flag);\n" "> ... when != \\(from = E1 \\| to = E1 \\)\n" - "> if (to=NULL || ...) S\n" + "> if (to==NULL || ...) S\n" "> ... when != \\(from = E2 \\| to = E2 \\)\n" "> - strcpy(to, from);\n" "> // </smpl>\n" @@ -39,4 +39,4 @@ "\n" Acked-by: Eric Paris <eparis@redhat.com> -48191a161316f7a52a4136eb9f3f1aede75871821ab57bd4cee060990fb0e3cb +3e5e5d20f65a68acaa00fb46a01b5e189467bcf1d1ac87fc832e867d5f53b4f7
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.