Patch-ID# 100016-01 Keywords: join coredump dump Synopsis:Join core dumps on lines with more than 19 fields. Date: 08-Oct-89 SunOS release: 4.0, 4.0.1, 4.0.3 Bug ID's fixed with this patch: 1018511 Patches which conflict with this patch: Architectures for which this patch is available: sun3 sun4 (including sun3x and sun4c) Obsoleted by: 4.1 Problem description: The join utility will core dump if more than 19 fields exist on an input line. An internal array was sized at 20, and was overrun on long lines. A new version of the join program is supplied by this patch.