From: Christian Engelmayer Date: Wed, 7 May 2014 19:44:53 +0000 (+0200) Subject: staging: binder: fix usage of uninit scalar in binder_transaction() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d42043f093ed83ef80f03b17087a1eaaf8d2e06;p=pandora-kernel.git staging: binder: fix usage of uninit scalar in binder_transaction() Fix the error path when a cookie mismatch is detected. In that case the function jumps to the exit label without setting the uninitialized, local variable 'return_error'. Detected by Coverity - CID 201453. Signed-off-by: Christian Engelmayer Acked-by: Arve Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed