Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rguenther:plgrnd
openjfx
openjfx-freetype.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openjfx-freetype.patch of Package openjfx
--- jfx/modules/javafx.graphics/src/main/native-font/freetype.c 2024-08-28 18:04:53.293373270 +0200 +++ jfx/modules/javafx.graphics/src/main/native-font/freetype.c 2024-08-28 18:05:34.693689191 +0200 @@ -520,7 +520,7 @@ if (info->lenCoords > SIZE_MAX - DEFAULT_LEN_COORDS) goto fail; info->lenCoords += DEFAULT_LEN_COORDS; - jbyte* newPointCoords = (jfloat*)realloc(info->pointCoords, info->lenCoords * sizeof(jfloat)); + jfloat* newPointCoords = (jfloat*)realloc(info->pointCoords, info->lenCoords * sizeof(jfloat)); if (newPointCoords == NULL) goto fail; info->pointCoords = newPointCoords; }
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