Bugzilla – Attachment 64540 Details for
Bug 144799
libgnomemm-2.12.1-3: array subscript out of range
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Patch to fix problem
array-bounds.patch (text/plain), 1.20 KB, created by
JP Rosevear
on 2006-01-23 16:01:22 UTC
(
hide
)
Description:
Patch to fix problem
Filename:
MIME Type:
Creator:
JP Rosevear
Created:
2006-01-23 16:01:22 UTC
Size:
1.20 KB
patch
obsolete
>? array-bounds.patch >Index: ChangeLog >=================================================================== >RCS file: /cvs/gnome/gnomemm/libgnomemm/ChangeLog,v >retrieving revision 1.33 >diff -u -r1.33 ChangeLog >--- ChangeLog 6 Dec 2005 13:49:32 -0000 1.33 >+++ ChangeLog 23 Jan 2006 15:58:38 -0000 >@@ -1,3 +1,7 @@ >+2006-01-23 JP Rosevear <jpr@novell.com> >+ >+ * libgnome/libgnomemm/init.cc: don't overwrite memory we don't own >+ > 2005-12-06 Jonathon Jongsma <jonathon.jongsma@gmail.com> > > * configure.in: Look for gmmproc in generic libdir >Index: libgnome/libgnomemm/init.cc >=================================================================== >RCS file: /cvs/gnome/gnomemm/libgnomemm/libgnome/libgnomemm/init.cc,v >retrieving revision 1.5 >diff -u -r1.5 init.cc >--- libgnome/libgnomemm/init.cc 4 Nov 2003 18:24:43 -0000 1.5 >+++ libgnome/libgnomemm/init.cc 23 Jan 2006 15:58:38 -0000 >@@ -41,7 +41,7 @@ > static Gnome::ModuleInfo info("libgnomemm", LIBGNOMEMM_VERSION, "C++ wrappers for libgnome."); > > //Requirements: >- static GnomeModuleRequirement req[2]; >+ static GnomeModuleRequirement req[3]; > > req[0].required_version = "1.102.0"; > req[0].module_info = libgnome_module_info_get(); //The same as LIBGNOME_MODULE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 144799
: 64540