PROBLEM:  (QAR 30334)            (Patch ID: OSF405-400318)
********
This patch fixes problem in which 'awk' will consume memory until the
machine swaps itself and core dumps with following error:

        write failed, file system is full
        Memory fault - core dumped

PROBLEM:  (QAR 47890, QAR 52639) (Patch ID: OSF405-400358)
********
This patch fixes a problem in which the awk -FS command does not display
the correct output. For example,

     echo "pat@lampert@31050" | awk '{FS = "@";print $1$2$3}'

should print "patlampert31050". Instead, it prints "pat@lampert@31050",
which is incorrect.