Re: [BUG] Resource leaks in Xen

2021-12-22 Thread Ryan Cai
I have send a patch. Thank you for your reply. Best, Yuandao On 22/12/2021, 5:28 PM, "Jan Beulich" wrote: On 22.12.2021 09:05, Ryan Cai wrote: > I am writing you to report potential resource leak bugs. In the file /xen/tools/flask/utils/label-pci.c, the methods fopen and

Re: [BUG] Resource leaks in Xen

2021-12-22 Thread Jan Beulich
On 22.12.2021 09:05, Ryan Cai wrote: > I am writing you to report potential resource leak bugs. In the > file /xen/tools/flask/utils/label-pci.c, the methods fopen and fclose may not > matched when returning at Line 76, resulting in a resource leak. Looking > forward to your feedbac

[BUG] Resource leaks in Xen

2021-12-22 Thread Ryan Cai
Dear maintainers for Xen Project, I am writing you to report potential resource leak bugs. In the file /xen/tools/flask/utils/label-pci.c, the methods fopen and fclose may not matched when returning at Line 76, resulting in a resource leak. Looking forward to your feedback. Than