On Wed, 2016-02-10 at 11:51 +, Ian Jackson wrote:
> Harmandeep Kaur writes ("[PATCH v2] libxc: fix leak in xc_offline_page
> error path"):
> > Avoid leaking the mapping of the m2p in one of the possible failure
> > cases.
> >
> > Coverity CID 1351225
> >
> > Signed-off-by: Harmandeep Kaur
>
Harmandeep Kaur writes ("[PATCH v2] libxc: fix leak in xc_offline_page error
path"):
> Avoid leaking the mapping of the m2p in one of the possible failure cases.
>
> Coverity CID 1351225
>
> Signed-off-by: Harmandeep Kaur
Thanks.
Acked-by: Ian Jackson
It is conventional, when you post a v2,
Avoid leaking the mapping of the m2p in one of the possible failure cases.
Coverity CID 1351225
Signed-off-by: Harmandeep Kaur
---
v2: update commit message and changelog
---
tools/libxc/xc_offline_page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/libxc/xc_offline