
This patch contains program fixes associated with misuse of the routine lenth(). Many programs used the return value to illegally index the 0th item in character strings, particularly in the case of input and output data set names for data actually connected via stdin/stdout.
To apply this patch to FreeUSP 1.0:
download the compressed patch file FreeUSP-1.0.p1.gz
decompress that file onto disk:
gunzip FreeUSP-1.0.p1.gz
apply the patch file to the source structure:
cd ${FreeUSP}
patch -p4 < FreeUSP-1.0.p1
Back