diff for duplicates of <20100518193241.GE3239@mail.oracle.com> diff --git a/a/1.txt b/N1/1.txt index 9ff5a26..575792d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On Fri, May 14, 2010 at 09:30:48PM +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> @@ -37,5 +37,5 @@ Joel Joel Becker Principal Software Developer Oracle -E-mail: joel.becker@oracle.com +E-mail: joel.becker at oracle.com Phone: (650) 506-8127 diff --git a/a/content_digest b/N1/content_digest index d7fc41a..995ab2f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005142130310.28935@ask.diku.dk\0" "From\0Joel Becker <Joel.Becker@oracle.com>\0" - "Subject\0Re: [PATCH 8/10] fs/ocfs2/dlm: Use kstrdup\0" - "Date\0Tue, 18 May 2010 19:32:41 +0000\0" + "Subject\0[Ocfs2-devel] [PATCH 8/10] fs/ocfs2/dlm: Use kstrdup\0" + "Date\0Tue, 18 May 2010 12:32:41 -0700\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Mark Fasheh <mfasheh@suse.com>" ocfs2-devel@oss.oracle.com @@ -28,7 +28,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" @@ -48,7 +48,7 @@ "Joel Becker\n" "Principal Software Developer\n" "Oracle\n" - "E-mail: joel.becker@oracle.com\n" + "E-mail: joel.becker at oracle.com\n" Phone: (650) 506-8127 -9de7a813a7bebe7c07a3550874c558975449ac272631613ca81a68b662b588fa +e9e8f98b120653ea8ff9559b2098c7b2751f19d42cb9f09395add1fcd3988c74
diff --git a/a/1.txt b/N2/1.txt index 9ff5a26..661eaed 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,7 +17,7 @@ On Fri, May 14, 2010 at 09:30:48PM +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/N2/content_digest index d7fc41a..86938b3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\0Pine.LNX.4.64.1005142130310.28935@ask.diku.dk\0" "From\0Joel Becker <Joel.Becker@oracle.com>\0" "Subject\0Re: [PATCH 8/10] fs/ocfs2/dlm: Use kstrdup\0" - "Date\0Tue, 18 May 2010 19:32:41 +0000\0" + "Date\0Tue, 18 May 2010 12:32:41 -0700\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Mark Fasheh <mfasheh@suse.com>" ocfs2-devel@oss.oracle.com @@ -28,7 +28,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" @@ -51,4 +51,4 @@ "E-mail: joel.becker@oracle.com\n" Phone: (650) 506-8127 -9de7a813a7bebe7c07a3550874c558975449ac272631613ca81a68b662b588fa +051b732c07901159d372e4f653376de6133d5d047191682691b524f9ab0b8ca3
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.