From: Cliff Wickman Date: Tue, 24 Jun 2008 17:20:06 +0000 (-0700) Subject: [IA64] Handle count==0 in sn2_ptc_proc_write() X-Git-Tag: v2.6.26-rc8~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8097110d179b874d91c6495330c2b96c991e8c6e;p=pandora-kernel.git [IA64] Handle count==0 in sn2_ptc_proc_write() The fix applied in e0c6d97c65e0784aade7e97b9411f245a6c543e7 "security hole in sn2_ptc_proc_write" didn't take into account the case where count==0 (which results in a buffer underrun when adding the trailing '\0'). Thanks to Andi Kleen for pointing this out. Signed-off-by: Cliff Wickman Signed-off-by: Tony Luck --- Reading git-diff-tree failed