]> 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, 31 Jan 2024 09:19:00 +0000 (10:19 +0100)
commit085ab2c143eb5192ea18b8dd52bd8fa69c9f2d06
tree03c34c22778e4c12aad5ab2f9e5a94a8f2c5bb10
parent1b70e4f53bde13988c1b0cf8014484d00d062440
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>

(cherry picked from commit 95bf75895ddcf17402b1f69dce26cb821c922476)
usr.bin/join/join.c