Bash 5.2.0: Memory leak with $(

2024-01-06 Thread pourko--- via Bug reports for the GNU Bourne Again SHell
For demonstration, put a $(/tmp/file while :;do   var=$(

Re: Bash 5.2.0: Memory leak with $(

2024-01-06 Thread Grisha Levit
On Sun, Jan 7, 2024, 00:26 pourko--- via Bug reports for the GNU Bourne Again SHell wrote: > For demonstration, put a $( becomes very noticeable: > The bug is not present in bashes before 5.2.0. > I believe this is fixed in (yet unreleased) Bash 5.3. See report [1] applied in [2]. [1]: https

Re: Bash 5.2.0: Memory leak with $(

2024-01-06 Thread pourko--- via Bug reports for the GNU Bourne Again SHell
Jan 6, 2024, 23:59 by grishale...@gmail.com: > > > On Sun, Jan 7, 2024, 00:26 pourko--- via Bug reports for the GNU Bourne Again > SHell <> bug-bash@gnu.org> > wrote: > >> For demonstration, put a $(> becomes very noticeable: >> > > >> The bug is not present in bashes before 5.2.0. >> > > I belie