Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ding-libs
0003-increase-ini-max-value-length.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-increase-ini-max-value-length.patch of Package ding-libs
In order to support longer values in INI parser, the maximum value length is increased. Author: David Bond <dbond@suse.com> diff -rupN ding-libs-0.3.0.1/ini/ini_defines.h ding-libs-0.3.0.1-patched/ini/ini_defines.h --- ding-libs-0.3.0.1/ini/ini_defines.h 2013-03-29 10:22:11.000000000 +0100 +++ ding-libs-0.3.0.1-patched/ini/ini_defines.h 2016-07-29 12:03:16.569886411 +0200 @@ -66,7 +66,7 @@ #define INI_SECTION_KEY "[" /* Internal sizes. MAX_KEY is defined in config.h */ -#define MAX_VALUE PATH_MAX +#define MAX_VALUE (PATH_MAX + 4096) #define BUFFER_SIZE MAX_KEY + MAX_VALUE + 3 /* Beffer length used for int to string conversions */
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