[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090830133957.GJ10425@const.famille.thibault.fr>
Date: Sun, 30 Aug 2009 15:39:57 +0200
From: Samuel Thibault <samuel.thibault@...-lyon.org>
To: linux-kernel@...r.kernel.org
Subject: MAX_ARG_STRLEN too small?
Hello,
I wanted to pass edos-debcheck a big list of packages (10000), but exec
returns E2BIG, because that reaches MAX_ARG_STRLEN which is (PAGE_SIZE
* 32). Comment says “MAX_ARG_STRLEN is essentially random but serves
to prevent the kernel from being unduly impacted by misaddressed
pointers.”
Aren't there other ways to avoid the issue and permit not-so-bounded
args?
Samuel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists