On Tue, 16 Oct 2018, Tamas K Lengyel wrote:
> On Mon, Oct 15, 2018 at 7:14 PM Stefano Stabellini
> wrote:
> >
> > On Mon, 15 Oct 2018, Tamas K Lengyel wrote:
> > > On Mon, Oct 15, 2018 at 3:57 AM Stefano Stabellini
> > > wrote:
> > > >
> > > > Initialize variable *access before returning it back
On Mon, Oct 15, 2018 at 7:14 PM Stefano Stabellini
wrote:
>
> On Mon, 15 Oct 2018, Tamas K Lengyel wrote:
> > On Mon, Oct 15, 2018 at 3:57 AM Stefano Stabellini
> > wrote:
> > >
> > > Initialize variable *access before returning it back to the caller.
> > >
> > > Signed-off-by: Stefano Stabellini
On Mon, 15 Oct 2018, Tamas K Lengyel wrote:
> On Mon, Oct 15, 2018 at 3:57 AM Stefano Stabellini
> wrote:
> >
> > Initialize variable *access before returning it back to the caller.
> >
> > Signed-off-by: Stefano Stabellini
> > ---
> > xen/arch/arm/mem_access.c | 1 +
> > 1 file changed, 1 inser
On Mon, Oct 15, 2018 at 3:57 AM Stefano Stabellini
wrote:
>
> Initialize variable *access before returning it back to the caller.
>
> Signed-off-by: Stefano Stabellini
> ---
> xen/arch/arm/mem_access.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/xen/arch/arm/mem_access.c b/xen/arch/
Hi,
Please use scripts/get_maintainers.pl to CC relevant maintainers. In
this case you need to add Ravzan and Tamas.
On 15/10/2018 10:56, Stefano Stabellini wrote:
Initialize variable *access before returning it back to the caller.
Same as the previous patch, why do you need this?
Cheers,