github benhoyt/goawk v1.23.1
Version 1.23.1

latest releases: v1.27.0, v1.26.0, v1.25.0...
11 months ago

This is a patch release that fixes a bug in 1.23.0 -- there was a bug that caused a panic in the resolver step with code like function f1(A) {} function f2(x, A) { x[0]; f1(a); f2(a) }. Fixed in #178.

While we're at it, also fix a panic with certain obscure regexes (#179) and limit ARGC to a reasonable maximum (#180).

All three of these issues were found by fuzzing: go test ./interp -fuzz=FuzzSource

Don't miss a new goawk release

NewReleases is sending notifications on new releases.