lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2c0942db0907241216p416ac5edyce0b41e29926ec29@mail.gmail.com>
Date:	Fri, 24 Jul 2009 12:16:21 -0700
From:	Ray Lee <ray-lk@...rabbit.org>
To:	naresh kamboju <naresh.kernel@...il.com>
Cc:	linux-kernel@...r.kernel.org, tim.bird@...sony.com,
	ltp-list@...ts.sourceforge.net, brinda_mn@...oo.co.in,
	rohit.170309@...il.com, Garrett Cooper <yanegomi@...il.com>,
	Oleg Nesterov <oleg@...hat.com>,
	maxin john <maxinbjohn@...il.com>,
	Masatake YAMATO <yamato@...hat.com>, michal.simek@...alogix.com
Subject: Re: Char Limit issue on 2.6.29 kernels

On Fri, Jul 24, 2009 at 8:31 AM, naresh kamboju <naresh.kernel@...il.com> wrote:
>
> Hi,
>
> I have come across with char Limit issue on 2.6.29 kernels.
>
>
> SIGFAULT:
>
> #define SIZE            8053759
> char buf1[SIZE] ;
>
> NO SIGFAULT:
>
> #define SIZE            8053758
> char buf1[SIZE] ;
>
> This SIGFAULT not observed on 2.6.23 kernels.
>
> What could be the changes that effecting from 2.6.23 to 2.6.29 kernels.
> Please share me the information.

is "ulimit -a" the same on both kernels?

Can you provide a small program that shows the issue?
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ