Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Staging:B
ft2demos
overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File overflow.patch of Package ft2demos
Index: ft2demos-2.6/src/ttdebug.c =================================================================== --- ft2demos-2.6.orig/src/ttdebug.c +++ ft2demos-2.6/src/ttdebug.c @@ -1910,11 +1910,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