]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
join(1): Fix ordering in case of missing fields
authorTijl Coosemans <tijl@FreeBSD.org>
Mon, 22 Jan 2024 10:35:31 +0000 (11:35 +0100)
committerTijl Coosemans <tijl@FreeBSD.org>
Wed, 24 Jan 2024 09:58:00 +0000 (10:58 +0100)
commit95bf75895ddcf17402b1f69dce26cb821c922476
treec55c01fc6e6eba64e9789b53ff8b67b779075c22
parent7304bd7a526cbfc049d0348fe72c93f5309065d0
join(1): Fix ordering in case of missing fields

The comparison function had the ordering reversed causing join(1) to
miss some matching lines.

PR: 232405
Submitted by: Martijn van Duren <martijn@openbsd.org>
MFC after: 1 week
usr.bin/join/join.c