Jan 8, 2024, 09:23 by chet.ra...@case.edu:

>
> *** ../bash-5.2-patched/builtins/evalstring.c Tue Dec 13 12:53:21 2022
> --- builtins/evalstring.c     Tue Nov 28 17:25:39 2023
> ***************
> *** 763,766 ****
> --- 773,779 ----
>  if (fnp)
>  *fnp = fn;
> +   else
> +     free (fn);
> +
>  return fd;
>  }
>
>
That fixed the leak perfectly. Thank you!

Do any of the other six patches in that report also apply to Bash 5.2?



  • Bash 5.2.0: Memo... pourko--- via Bug reports for the GNU Bourne Again SHell
    • Re: Bash 5.2... Grisha Levit
      • Re: Bash... pourko--- via Bug reports for the GNU Bourne Again SHell
        • Re: ... Chet Ramey
        • Re: ... pourko--- via Bug reports for the GNU Bourne Again SHell
          • ... Grisha Levit
            • ... pourko--- via Bug reports for the GNU Bourne Again SHell
          • ... pourko--- via Bug reports for the GNU Bourne Again SHell
            • ... Chet Ramey
      • Re: Bash... Chet Ramey
    • Re: Bash 5.2... pourko--- via Bug reports for the GNU Bourne Again SHell

Reply via email to