busybox/editors
Eric Andersen 67776bef59 Simon Poole reports that awk segfaults when environment variables
with no value exist, i.e.

	$ export BOB=''
	% ./busybox awk
	Segmentation fault

This patch teaches awk to not blow chunks on empty env variables.
 -Erik
2004-07-30 23:52:08 +00:00
..
awk.c Simon Poole reports that awk segfaults when environment variables 2004-07-30 23:52:08 +00:00
Config.in
Makefile
Makefile.in
patch.c
sed.c
vi.c