NetBSD/usr.bin/less
wiz 0c3e116cc5 From OpenBSD:
revision 1.7
date: 2004/04/08 15:18:28;  author: millert;  state: Exp;  lines: +5 -7
When reallocating the line buffer, double the existing buffer
size instead of just incrementing it by LINEBUF_SIZE and use realloc()
+ memset() instead of calloc() + memcpy().  Prevents excessive resource
usage when displaying very long lines.  OK deraadt@, krw@ and otto@

Ok'd by mrg.
2004-08-26 01:29:20 +00:00
..
less From OpenBSD: 2004-08-26 01:29:20 +00:00
lessecho merge less 381 2003-04-14 02:56:45 +00:00
lesskey fix build errors 2003-04-14 03:02:28 +00:00
Makefile
Makefile.inc
less2netbsd merge less 381 2003-04-14 02:56:45 +00:00