[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ls segfault
From: |
Mikulas Patocka |
Subject: |
Re: ls segfault |
Date: |
Sat, 24 Apr 2004 21:32:28 +0200 (CEST) |
On Fri, 23 Apr 2004, Jim Meyering wrote:
> Mikulas Patocka <address@hidden> wrote:
>
> > This patch fixes segmentation fault with ls on systems, where SIZE_MAX is
> > different from -1.
>
> Thank you!
> I suppose you noticed the actual segfault.
> What type of system were you using?
It is incomplete kernel that I wrote myself.
On Fri, 23 Apr 2004, Andreas Schwab wrote:
> SIZE_MAX is required to be the same value as (size_t)-1, so if the latter
> does not work it looks like a compiler bug.
>
> Andreas.
Thanks, I fixed it in my header files.
Mikulas