On 06/01/2011 09:14 AM, Jan Friesse wrote: > Signed-off-by: Jan Friesse <[email protected]> > --- > exec/coroipcs.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/exec/coroipcs.c b/exec/coroipcs.c > index 80df360..c6f62c4 100644 > --- a/exec/coroipcs.c > +++ b/exec/coroipcs.c > @@ -1598,7 +1598,7 @@ int coroipcs_handler_dispatch ( > mar_req_setup_t *req_setup; > struct conn_info *conn_info = (struct conn_info *)context; > int res; > - char buf; > + char buf = 0; > > > if (ipc_thread_exiting (conn_info)) {
Reviewed-by: Steven Dake <[email protected]> _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
