Re: [Libguestfs] [PATCH] python: Avoid leaking py_array along error paths

2023-02-17 Thread Richard W.M. Jones
On Fri, Feb 17, 2023 at 10:54:26AM -0600, Eric Blake wrote: > On Thu, Feb 16, 2023 at 03:23:51PM +, Richard W.M. Jones wrote: > > See-also: > > https://listman.redhat.com/archives/libguestfs/2023-February/030730.html > > Fixes: commit 6ef5837e2d8c5d4d83eff51c0201eb2e08f719de > > Thanks:

Re: [Libguestfs] [PATCH] python: Avoid leaking py_array along error paths

2023-02-17 Thread Eric Blake
On Thu, Feb 16, 2023 at 03:23:51PM +, Richard W.M. Jones wrote: > See-also: > https://listman.redhat.com/archives/libguestfs/2023-February/030730.html > Fixes: commit 6ef5837e2d8c5d4d83eff51c0201eb2e08f719de > Thanks: Laszlo Ersek > --- > python/handle.c | 1 + > 1 file changed, 1

[Libguestfs] [PATCH] python: Avoid leaking py_array along error paths

2023-02-16 Thread Richard W.M. Jones
Tested by reverting bbf396fc5562b4f so that the error path is used, and re-running the reproducer supplied by Google. Rich. ___ Libguestfs mailing list Libguestfs@redhat.com https://listman.redhat.com/mailman/listinfo/libguestfs

[Libguestfs] [PATCH] python: Avoid leaking py_array along error paths

2023-02-16 Thread Richard W.M. Jones
See-also: https://listman.redhat.com/archives/libguestfs/2023-February/030730.html Fixes: commit 6ef5837e2d8c5d4d83eff51c0201eb2e08f719de Thanks: Laszlo Ersek --- python/handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/python/handle.c b/python/handle.c index bf639b5789..717eee83ed