Re: [PATCH 1/2] ubifs: Fix potential memory leaks while iterating entries

2020-06-01 Thread Richard Weinberger
On Mon, Jun 1, 2020 at 3:46 PM Zhihao Cheng wrote: > > 在 2020/6/1 20:00, Markus Elfring 写道: > >> Fix some potential memory leaks in error handling branches while > >> iterating xattr entries. > > Such information is useful. > > > > > >> For example, function ubifs_tnc_remove_ino() > >> forgets to

Re: [PATCH 1/2] ubifs: Fix potential memory leaks while iterating entries

2020-06-01 Thread Zhihao Cheng
在 2020/6/1 20:00, Markus Elfring 写道: Fix some potential memory leaks in error handling branches while iterating xattr entries. Such information is useful. For example, function ubifs_tnc_remove_ino() forgets to free pxent if it exists. Similar problems also exist in ubifs_purge_xattrs(),

Re: [PATCH 1/2] ubifs: Fix potential memory leaks while iterating entries

2020-06-01 Thread Markus Elfring
> Fix some potential memory leaks in error handling branches while > iterating xattr entries. Such information is useful. > For example, function ubifs_tnc_remove_ino() > forgets to free pxent if it exists. Similar problems also exist in > ubifs_purge_xattrs(), ubifs_add_orphan() and