slimbus: messaging: initialize completion correctly
slim_val_inf can contain random value from stack, make sure the completion is initialized to NULL while filling the msg. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
057ba872d0
commit
ffa2d92191
|
@ -246,6 +246,7 @@ static void slim_fill_msg(struct slim_val_inf *msg, u32 addr,
|
|||
msg->num_bytes = count;
|
||||
msg->rbuf = rbuf;
|
||||
msg->wbuf = wbuf;
|
||||
msg->comp = NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue