Re: [PATCH] Fix unbounded memory usage in `svn proplist --xml` command.

2024-06-03 Thread Nathan Hartman
On Tue, May 28, 2024 at 5:18 PM Timofey Zhakov wrote: > > Hello, > > When I was working on the previous patch, I found that the > proplist_receiver_xml function creates an iterpool, but never cleans > it. > > The proplist_receiver function already does it. > > [[[ > Fix unbounded memory usage in t

[PATCH] Fix unbounded memory usage in `svn proplist --xml` command.

2024-05-28 Thread Timofey Zhakov
Hello, When I was working on the previous patch, I found that the proplist_receiver_xml function creates an iterpool, but never cleans it. The proplist_receiver function already does it. [[[ Fix unbounded memory usage in the `svn proplist --xml` command. * subversion/svn/proplist-cmd.c: (prop