From: Cliff Wickman Date: Mon, 23 Jun 2008 13:32:25 +0000 (-0500) Subject: x86, SGI UV: uv_ptc_proc_write fix X-Git-Tag: v2.6.27-rc1~1106^2~244^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7eb8726d0e144f0925972c4ecee945e91a42753;p=pandora-kernel.git x86, SGI UV: uv_ptc_proc_write fix Someone could write 0 bytes to /proc/sgi_uv/ptc_statistics, causing optstr[count - 1] = '\0'; to write to who-knows-where. (Andi Kleen noticed this need from a patch I sent for similar code in the ia64 world (sn2_ptc_proc_write()).) (count less than zero is not possible here, as count is unsigned) Signed-off-by: Cliff Wickman Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed