Re: [PATCH 00/20] fix memory leaks in error handling

2022-06-24 Thread David Marchand
On Tue, Feb 22, 2022 at 7:18 PM Weiguo Li wrote: > > This series fix some memory leaks in error handling. > > I write a coccinelle script to detect these issues, and > fix them after exclude a small number of false positives. > > FYI, the script is as follows: > // > // Find possible memory leaks

Re: [PATCH 00/20] fix memory leaks in error handling

2022-06-02 Thread David Marchand
On Tue, Feb 22, 2022 at 7:18 PM Weiguo Li wrote: > > This series fix some memory leaks in error handling. > > I write a coccinelle script to detect these issues, and > fix them after exclude a small number of false positives. > > FYI, the script is as follows: > // > // Find possible memory leaks

Re: [PATCH 00/20] fix memory leaks in error handling

2022-02-22 Thread Ajit Khaparde
On Tue, Feb 22, 2022 at 10:18 AM Weiguo Li wrote: > > This series fix some memory leaks in error handling. > > I write a coccinelle script to detect these issues, and > fix them after exclude a small number of false positives. > > FYI, the script is as follows: > // > // Find possible memory leaks

[PATCH 00/20] fix memory leaks in error handling

2022-02-22 Thread Weiguo Li
This series fix some memory leaks in error handling. I write a coccinelle script to detect these issues, and fix them after exclude a small number of false positives. FYI, the script is as follows: // // Find possible memory leaks in error handling // Reference: coccinellery/alloc9/kmalloc9.cocci