[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] Another serious bugfix
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] Another serious bugfix |
Date: |
Mon, 1 Apr 2002 14:59:29 +0200 (CEST) |
On Mon, 1 Apr 2002, Gunnar Farneback wrote:
> This patch fixes an indexing out of bounds bug. Usually this is
> harmless in practice, but at least on some architectures (in this case
> Alpha) it can cause a crash. The patch also adds a relevant assertion.
>
> - bugfix in strategic_penalty()
Thanks.
Is anyone here using a compiler that can do array bounds checking? I guess
this would be useful to use before the release. It seems that the gcc
versions that I am using cannot do this. (There is a patch available for
gcc 2.95.2.)
Arend