Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=7354
Summary: glxextensions.c - posibile write outside variable memory
range
Product: Mesa
Version: 6.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: GLX
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
file (Code): src/glx/x11/glxextensions.c LINE: 427
for ( i = 0 ; known_gl_extensions[i].name != NULL ; i++ ) {
/* Just in case */
assert ( i < __NUM_GL_MAX_EXTS );
const unsigned bit = known_gl_extensions[i].bit;
if ( known_gl_extensions[i].client_support ) {
SET_BIT( client_gl_support, bit );
}
if ( known_gl_extensions[i].client_only ) {
SET_BIT( client_gl_only, bit );
}
---------------------------
number of items in known_gl_extensions might be greater then size of
client_gl_support*8
so I try apply atached patch, build and run, and -> assert is comming
May someone confirm this?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev