diff for duplicates of <4B4D90DF.7020700@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 4efa913..0d837c7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,10 +11,10 @@ On 01/13/2010 12:11 AM, akpm@linux-foundation.org wrote: > struct exit_ctl_data *p; > > p = kvm_get_exit_data(vcpu); -> - if (p&& p->exit_reason = EXIT_REASON_PAL_CALL) { +> - if (p&& p->exit_reason == EXIT_REASON_PAL_CALL) { > + if (!p) > + return; -> + if (p->exit_reason = EXIT_REASON_PAL_CALL) { +> + if (p->exit_reason == EXIT_REASON_PAL_CALL) { > p->u.pal_data.ret = result; > - return ; > + return; diff --git a/a/content_digest b/N1/content_digest index 0af5a7a..511f4ab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,14 @@ + "ref\0201001122211.o0CMBSxg030700@imap1.linux-foundation.org\0" "From\0Avi Kivity <avi@redhat.com>\0" - "Subject\0Re: + kvm-ia64-dereference-of-null-pointer-in-set_pal_result.patch\0" - "Date\0Wed, 13 Jan 2010 09:22:39 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "Subject\0Re: + kvm-ia64-dereference-of-null-pointer-in-set_pal_result.patch added to -mm tree\0" + "Date\0Wed, 13 Jan 2010 11:22:39 +0200\0" + "To\0akpm@linux-foundation.org\0" + "Cc\0KVM list <kvm@vger.kernel.org>" + roel.kluin@gmail.com + mtosatti@redhat.com + tony.luck@intel.com + xiantao.zhang@intel.com + " kvm-ia64@vger.kernel.org <kvm-ia64@vger.kernel.org>\0" "\00:1\0" "b\0" "On 01/13/2010 12:11 AM, akpm@linux-foundation.org wrote:\n" @@ -17,10 +24,10 @@ "> \tstruct exit_ctl_data *p;\n" ">\n" "> \tp = kvm_get_exit_data(vcpu);\n" - "> -\tif (p&& p->exit_reason = EXIT_REASON_PAL_CALL) {\n" + "> -\tif (p&& p->exit_reason == EXIT_REASON_PAL_CALL) {\n" "> +\tif (!p)\n" "> +\t\treturn;\n" - "> +\tif (p->exit_reason = EXIT_REASON_PAL_CALL) {\n" + "> +\tif (p->exit_reason == EXIT_REASON_PAL_CALL) {\n" "> \t\tp->u.pal_data.ret = result;\n" "> -\t\treturn ;\n" "> +\t\treturn;\n" @@ -37,4 +44,4 @@ "-- \n" error compiling committee.c: too many arguments to function -dae73c74b653033ce48a4696f30116c1e4b6fe46adf68d3ec111b2ccdd5b9f54 +e43a609fdce97bbd55ebbc984e03df40914fc484e523f5a41fbbd1c5d2fd18fd
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.