Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site allegra.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mp From: mp@allegra.UUCP (Mark Plotnick) Newsgroups: net.bugs Subject: Re: YAAB (Yet another awk bug) Message-ID: <5098@allegra.UUCP> Date: Thu, 12-Sep-85 19:35:58 EDT Article-I.D.: allegra.5098 Posted: Thu Sep 12 19:35:58 1985 Date-Received: Fri, 13-Sep-85 05:01:55 EDT References: <224@ur-cvsvax.UUCP> Organization: AT&T Bell Laboratories, Murray Hill Lines: 23 As long as we're telling our favorite awk bugs, here's mine. (Karl Heuer, whuxlb!kwh, discovered this bug) In run.c, routine program(), there's a call to tempfree(x) at a point where x may still be uninitialized if the awk script doesn't have any BEGIN actions and doesn't have any input. awk 'END { print NR }'