From owner-cvs-usrsbin Mon Feb 24 23:19:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03734 for cvs-usrsbin-outgoing; Mon, 24 Feb 1997 23:19:38 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03727; Mon, 24 Feb 1997 23:19:35 -0800 (PST) Date: Mon, 24 Feb 1997 23:19:35 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702250719.XAA03727@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/24 23:19:34 Branch: usr.sbin/pkg_install/add RELENG_2_2 Modified: usr.sbin/pkg_install/add extract.c Log: Don't be so greedy about using argument space. The actual "secret" threshold is somewhere below what sysconf() tells us so just divide this number in two and be satisfied with 32K or thereabours. Fixes PR#2459 Revision Changes Path 1.7.6.3 +13 -16 src/usr.sbin/pkg_install/add/extract.c