From: Tilman Schmidt Date: Mon, 21 Jan 2013 11:57:21 +0000 (+0000) Subject: isdn/gigaset: fix zero size border case in debug dump X-Git-Tag: v3.2.39~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b6e19d45b7333aa113af1209596e65312810665;p=pandora-kernel.git isdn/gigaset: fix zero size border case in debug dump [ Upstream commit d721a1752ba544df8d7d36959038b26bc92bdf80 ] If subtracting 12 from l leaves zero we'd do a zero size allocation, leading to an oops later when we try to set the NUL terminator. Reported-by: Dan Carpenter Signed-off-by: Tilman Schmidt Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed