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/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

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