Projects
Mega:23.09
libomxil-bellagio
_service:tar_scm:fix-stringop-overflow.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:fix-stringop-overflow.patch of Package libomxil-bellagio
diff -urN ./src/omx_create_loaders_linux.c ./src/omx_create_loaders_linux.c --- ./src/omx_create_loaders_linux.c 2011-05-20 13:28:17.000000000 +0800 +++ ./src/omx_create_loaders_linux.c 2021-08-05 18:45:57.607126826 +0800 @@ -95,7 +95,7 @@ if (isFileExisting) { loaderFP = fopen(omxloader_registry_filename, "r"); // dlopen all loaders defined in .omxloaders file - libraryFileName = malloc(MAX_LINE_LENGTH); + libraryFileName = malloc(MAX_LINE_LENGTH + 1); while(1) { index_readline = 0; while(index_readline < MAX_LINE_LENGTH) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2