tags 1026436 + patch thanks On Tue, Dec 20, 2022 at 12:46:01PM +0530, Kumar Appaiah wrote: > Package: gawk > Version: 1:5.1.0-1 > Severity: normal > > Dear Maintainer, > > If I run the following in my shell: > > echo "1,1" | gawk -M -F, ' { $3 = $1 + $2; $0 = $0; print $0;}' > > I get the error: > free(): double free detected in tcache 2 > Aborted > > Please let me know if any additional debugging is needed. > Thank you.
This patch works for me: https://lists.gnu.org/archive/html/bug-gawk/2020-07/msg00005.html Thanks. Kumar