[Bf-committers] Release AHOY 1

Wouter van Heyst bf-committers@blender.org
Thu, 5 Aug 2004 10:40:22 +0200


On Thu, Aug 05, 2004 at 07:03:15PM +1200, Kester Maddock wrote:
> Hi,
> 
> I've got a bug in OpenAL on Linux:  some memory can be used after being 
> free'd.  Would the Linux platform manager please apply the attached patch?

<snip>

> Index: linux/src/al_filter.c
> ===================================================================
> RCS file: /usr/local/cvs-repository/openal/linux/src/al_filter.c,v
> retrieving revision 1.28
> diff -u -r1.28 al_filter.c
> --- linux/src/al_filter.c	30 Jun 2004 15:01:52 -0000	1.28
> +++ linux/src/al_filter.c	5 Aug 2004 06:58:17 -0000
> @@ -239,6 +239,7 @@
>  		tpitch_lookup.offsets[i] = 0;
>  		tpitch_lookup.fractionals[i] = 0;
>  	}
> +	tpitch_lookup.len = 0;
>  #endif
>  
>  	return;


This seems like a bug in the OpenAL code, what should we do with it?

Wouter