cvs commit: src/usr.bin/column column.c

[ Available lists | Index of cvs-src | Month of Oct 2006 | Week of 8 Oct 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Xin LI <delphij@FreeBSD.org>
Date
8 Oct 2006 02:26:54
Subject
cvs commit: src/usr.bin/column column.c
Message-ID
200610080226.k982Qrw0031873@repoman.freebsd.org


[ Hide this part ]
delphij     2006-10-08 02:26:53 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_4)
usr.bin/column column.c
Log:
MFC rev. 1.16 (iedowse):

Add missing parentheses to fix a segmentation fault that is easily
reproducable with `jot -s " " 400 1 | column -t'. The bug was present
in the the original CSRG 'column -t' added in 1989.

Revision Changes Path
1.4.6.3 +4 -4 src/usr.bin/column/column.c


Elapsed time: 0.081 seconds