Re: [Dri-devel] Changes in client's single2.c. Is the reporterd server fix in?

2004-04-08 Thread Alan Hourihane
On Thu, Apr 08, 2004 at 06:22:15PM +0200, Dieter Nützel wrote:
> dri-trunk/xc> diff -ur xc/programs/Xserver/GL/glx/single2.c 
> xc/programs/Xserver/GL/glx/single2.c.orig
> --- xc/programs/Xserver/GL/glx/single2.c2004-03-04 23:01:25.0 
> +0100
> +++ xc/programs/Xserver/GL/glx/single2.c.orig   2004-04-08 18:19:38.936761159 
> +0200
> @@ -344,7 +344,7 @@
> if ( xf86atof( string ) > xf86atof( GLServerVersion ) ) {
> buf = __glXMalloc( __glXStrlen( string )
>+ __glXStrlen( GLServerVersion )
> -  + 4 );
> +  + 3 );
> if ( buf == NULL ) {
> string = GLServerVersion;
> }

Just committed.

Alan.


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] Changes in client's single2.c. Is the reporterd server fix in?

2004-04-08 Thread Dieter Nützel
dri-trunk/xc> diff -ur xc/programs/Xserver/GL/glx/single2.c 
xc/programs/Xserver/GL/glx/single2.c.orig
--- xc/programs/Xserver/GL/glx/single2.c2004-03-04 23:01:25.0 
+0100
+++ xc/programs/Xserver/GL/glx/single2.c.orig   2004-04-08 18:19:38.936761159 
+0200
@@ -344,7 +344,7 @@
if ( xf86atof( string ) > xf86atof( GLServerVersion ) ) {
buf = __glXMalloc( __glXStrlen( string )
   + __glXStrlen( GLServerVersion )
-  + 4 );
+  + 3 );
if ( buf == NULL ) {
string = GLServerVersion;
}

Thanks,
Dieter


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel