[Bug 232405] [patch] join: bug when input does not contain enough columns for the comparison column

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Jan 2024 13:25:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232405

Avinash Sonawane <rootkea@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rootkea@gmail.com

--- Comment #1 from Avinash Sonawane <rootkea@gmail.com> ---
Adding a reference to the bug and patch mentioned in above comment:
https://marc.info/?l=openbsd-tech&m=153987435602410

One also gets hit by this bug if one of the file contains blank lines:

```
$ cat 1.txt
a
b
$ cat 2.txt

a
b
$ join 1.txt 2.txt
$ 
```

-- 
You are receiving this mail because:
You are the assignee for the bug.