Aittvax.139 net.4bsd-bugs utzoo!decvax!ittvax!swatt Wed Nov 25 13:47:30 1981 awk bug Wed Nov 25 13:19:47 EST 1981 (reported by cox) [ ] The following script causes awk to core dump with a bus error: --------------------------------- # attempt to produce awk core dump { print $0 >data0 } --------------------------------- The fix is: --------------------------------- cp /usr/src/cmd/awk/run.c /tmp/upd.$$.tmp ; chmod +w /tmp/upd.$$.tmp ed - /tmp/upd.$$.tmp <<\!xxFUNNYxx 848c if (files[i].fp && strcmp(x.optr->sval, files[i].fname) == 0)