From: Kamil Dudka Date: Mon, 30 Jul 2012 21:41:29 +0000 (-0700) Subject: drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to an... X-Git-Tag: v3.6-rc1~41^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40251b8eb46e48c011939a3ddf056fe13a223319;p=pandora-kernel.git drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to an array which is no longer valid ... when being used in the calling function. Although it may work, the behavior is undefined. Detected by cppcheck. Signed-off-by: Kamil Dudka Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed