]> git.baikalelectronics.ru Git - kernel.git/commit
x86, SGI UV: uv_ptc_proc_write fix
authorCliff Wickman <cpw@sgi.com>
Mon, 23 Jun 2008 13:32:25 +0000 (08:32 -0500)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:23:31 +0000 (12:23 +0200)
commitaa90262b8648cf3ddb4d2e23cbe9420e81fdcf07
tree63dbc5c4ca72cdc2ea2ec11a31ad69e74fc3e3ab
parenta416b8ec879a73af104566afc4bb7e6d853aa7d9
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 <cpw@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/tlb_uv.c