Skip to content
Snippets Groups Projects
Commit 4ef78fa8 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

staging: binder: Fix use of uninitialized variable.


Under an extremely rare condition, the variable return_error may
not be set.  This patch initializes the value to a known "bad"
value, and checks before return to ensure return_error has been
set.

Signed-off-by: default avatarNick Kralevich <nnk@google.com>
parent 50f0d845
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment