Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 13:25:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232405] [patch] join: bug when input does not contain enough columns for the comparison column
Message-ID:  <bug-232405-227-H3r43ABhVP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232405-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232405-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232405

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=3Dopenbsd-tech&m=3D153987435602410

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
$=20
```

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232405-227-H3r43ABhVP>