lkml.org 
[lkml]   [2018]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 5/8] slimbus: messaging: initialize completion correctly
    Date
    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>
    ---
    drivers/slimbus/messaging.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/slimbus/messaging.c b/drivers/slimbus/messaging.c
    index 1c57b631031a..e3605ed1c459 100644
    --- a/drivers/slimbus/messaging.c
    +++ b/drivers/slimbus/messaging.c
    @@ -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;
    }

    /**
    --
    2.16.2
    \
     
     \ /
      Last update: 2018-05-25 16:39    [W:2.937 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site