Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
kdelibs3
bnc557126.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc557126.diff of Package kdelibs3
------------------------------------------------------------------------ r1052100 | mueller | 2009-11-20 19:35:00 +0000 (Fri, 20 Nov 2009) | 2 lines Changed paths: M /branches/KDE/4.3/kdelibs/kjs/dtoa.cpp fix array overrun (CVE-2009-0689) ------------------------------------------------------------------------ Index: dtoa.cpp =================================================================== --- kjs/dtoa.cpp (revision 1052099) +++ kjs/dtoa.cpp (revision 1052100) @@ -457,7 +457,7 @@ #define FREE_DTOA_LOCK(n) /*nothing*/ #endif -#define Kmax 15 +#define Kmax (sizeof(size_t) << 3) struct Bigint {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor