From: Darren Jenkins Date: Sun, 26 Mar 2006 09:37:34 +0000 (-0800) Subject: [PATCH] fix array overrun in efi.c X-Git-Tag: v2.6.17-rc1~622 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d21dfdd305bf94300df13ff472141d3411ea17;p=pandora-kernel.git [PATCH] fix array overrun in efi.c Coverity found an over-run @ line 364 of efi.c This is due to the loop checking the size correctly, then adding a '\0' after possibly hitting the end of the array. Ensure the loop exits with one space left in the array. Signed-off-by: Darren Jenkins Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed