diff for duplicates of <4CBC635C.6030500@ladisch.de> diff --git a/a/1.txt b/N1/1.txt index e807059..0071b7c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,8 @@ Vasiliy Kulikov wrote: > { > + memset(info, 0, sizeof(*info)); > if (devp->hd_ireqfreq) -> info->hi_ireqfreq > hpet_time_div(hpetp, devp->hd_ireqfreq); +> info->hi_ireqfreq = +> hpet_time_div(hpetp, devp->hd_ireqfreq); This makes the following assignment "info->hi_ireqfreq = 0;" superfluous. diff --git a/a/content_digest b/N1/content_digest index c64daf3..ef61a41 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01287326477-7940-1-git-send-email-segooon@gmail.com\0" "From\0Clemens Ladisch <clemens@ladisch.de>\0" "Subject\0Re: [PATCH 2/8] char: hpet: fix information leak to userland\0" - "Date\0Mon, 18 Oct 2010 15:10:20 +0000\0" + "Date\0Mon, 18 Oct 2010 17:10:20 +0200\0" "To\0Vasiliy Kulikov <segooon@gmail.com>\0" "Cc\0kernel-janitors@vger.kernel.org" Eric W. Biederman <ebiederm@xmission.com> @@ -24,7 +24,8 @@ "> \t\t{\n" "> +\t\t\tmemset(info, 0, sizeof(*info));\n" "> \t\t\tif (devp->hd_ireqfreq)\n" - "> \t\t\t\tinfo->hi_ireqfreq > \t\t\t\t\thpet_time_div(hpetp, devp->hd_ireqfreq);\n" + "> \t\t\t\tinfo->hi_ireqfreq =\n" + "> \t\t\t\t\thpet_time_div(hpetp, devp->hd_ireqfreq);\n" "\n" "This makes the following assignment \"info->hi_ireqfreq = 0;\" superfluous.\n" "\n" @@ -32,4 +33,4 @@ "Regards,\n" Clemens -589e5243de0763e8b5f97852579c44beca7a6768899653495f0a7b86196e0273 +ab06ab422026cb9ea60ee1615c0edd391ac5f11401f4abe7cf9c50974a004f80
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.