Re: [U-Boot] [PATCH 2/6 v2] LZMA: Avoid free on null pointer

2010-12-04 Thread Joakim Tjernlund
> > Dear Luigi 'Comio' Mantellini, > > In message <1291469358-25023-3-git-send-email-luigi.mantell...@idf-hit.com> > you wrote: > > > > Signed-off-by: Luigi 'Comio' Mantellini > > --- > > lib/lzma/LzmaDec.c |4 +++- > > 1 files changed, 3 insertions(+), 1 deletions(-) > > > > diff --git a/li

Re: [U-Boot] [PATCH 2/6 v2] LZMA: Avoid free on null pointer

2010-12-04 Thread Wolfgang Denk
Dear Luigi 'Comio' Mantellini, In message <1291469358-25023-3-git-send-email-luigi.mantell...@idf-hit.com> you wrote: > > Signed-off-by: Luigi 'Comio' Mantellini > --- > lib/lzma/LzmaDec.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/lib/lzma/LzmaDec.c b/li

[U-Boot] [PATCH 2/6 v2] LZMA: Avoid free on null pointer

2010-12-04 Thread Luigi 'Comio' Mantellini
From: Luigi 'Comio' Mantellini Signed-off-by: Luigi 'Comio' Mantellini --- lib/lzma/LzmaDec.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/lzma/LzmaDec.c b/lib/lzma/LzmaDec.c index f941da2..b2a3aec 100644 --- a/lib/lzma/LzmaDec.c +++ b/lib/lzma/LzmaDec.c @@ -

[U-Boot] [PATCH 2/6 v2] LZMA: Avoid free on null pointer

2010-12-04 Thread Luigi 'Comio' Mantellini
Signed-off-by: Luigi 'Comio' Mantellini --- lib/lzma/LzmaDec.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/lib/lzma/LzmaDec.c b/lib/lzma/LzmaDec.c index f941da2..b2a3aec 100644 --- a/lib/lzma/LzmaDec.c +++ b/lib/lzma/LzmaDec.c @@ -913,7 +913,9 @@ SRes LzmaDec_Deco