From: Jan Engelhardt Date: Sun, 25 Jun 2006 12:47:35 +0000 (-0700) Subject: [PATCH] openpromfs: fix missing NUL X-Git-Tag: v2.6.18-rc1~1005 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0928d68056fa25456830b1de9f0ee89bc37447cd;p=pandora-kernel.git [PATCH] openpromfs: fix missing NUL tchars is not '\0'-terminated so the strtoul may run into problems. Fix that. Also make tchars as big as a long in hexadecimal form would take rather than just 16. Signed-off-by: Jan Engelhardt Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed