Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
freetype2.15642
overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File overflow.patch of Package freetype2.15642
Index: ft2demos-2.10.0/src/ttdebug.c =================================================================== --- ft2demos-2.10.0.orig/src/ttdebug.c +++ ft2demos-2.10.0/src/ttdebug.c @@ -2024,11 +2024,11 @@ FT_Library_Version( library, &major, &minor, &patch ); - offset = snprintf( version_string, 64, + offset = snprintf( version_string, sizeof(version_string), "ttdebug (FreeType) %d.%d", major, minor ); if ( patch ) - offset = snprintf( version_string + offset, (size_t)( 64 - offset ), + offset = snprintf( version_string + offset, (size_t)( sizeof(version_string) - offset ), ".%d", patch ); }
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