Re: [PATCH] binfmt_misc.c: avoid potential kernel stack overflow

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kirill A. Shutemov
Date: Monday, August 18, 2008 - 7:44 am

On Mon, Aug 18, 2008 at 06:09:23PM +0400, Pavel Emelyanov wrote:

It works. Thank you.

Reported-and-tested-by: Kirill A. Shutemov <kirill@shutemov.name>

I have noticed yet another problem: more than one bit of sh_bang can be
used on alpha:

fs/exec.c
1189                         return retval;
1190=20
1191                 /* Remember if the application is TASO.  */
1192                 bprm->sh_bang =3D eh->ah.entry < 0x100000000UL;
1193=20
1194                 bprm->file =3D file;


--=20
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] binfmt_misc.c: avoid potential kernel stack ov ..., Kirill A. Shutemov, (Mon Aug 18, 7:44 am)
Re: [PATCH] binfmt_misc.c: avoid potential kernel stack ov ..., Kirill A. Shutemov, (Mon Aug 18, 7:51 am)