Reviewed-by: Steven Dake On 08/05/2011 12:09 AM, Angus Salkeld wrote: > Signed-off-by: Angus Salkeld <[email protected]> > --- > lib/cpg.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/cpg.c b/lib/cpg.c > index caf3efe..71704c0 100644 > --- a/lib/cpg.c > +++ b/lib/cpg.c > @@ -777,7 +777,7 @@ cs_error_t cpg_zcb_alloc ( > void **buffer) > { > void *buf = NULL; > - char path[128]; > + char path[PATH_MAX]; > mar_req_coroipcc_zc_alloc_t req_coroipcc_zc_alloc; > struct qb_ipc_response_header res_coroipcs_zc_alloc; > size_t map_size;
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
