Re: [PATCH] Fix kernel stack data disclosure in binfmt_script during execve

2012-09-21 Thread Randy Dunlap
On 09/20/2012 09:05 AM, halfdog wrote: > halfdog wrote: > > Now this is the updated and also tested patch (vs. linux-3.5.4 kernel) to fix > https://bugzilla.kernel.org/show_bug.cgi?id=46841 . See also > http://www.halfdog.net/Security/2012/LinuxKernelBinfmtScriptStackDataDisclosure/ > This patch

[PATCH] Fix kernel stack data disclosure in binfmt_script during execve

2012-09-20 Thread halfdog
halfdog wrote: > Kirill A. Shutemov wrote: >> On Wed, Aug 22, 2012 at 09:49:35PM +, halfdog wrote: >>> Got a hint via IRC, that I should not send patch idea for review >>> to "generic" list, but to maintainers and last (or relevant) >>> comitters of code. >>> >>> http://git.kernel.org/?p=linu