Overview
Request 1174297 accepted
- Update to version 4.2.1
* Fix parsing of section names containing whitespace
* Add support for escaped quotes, semicolon and hash in quoted values
* Do not close file in iniparser_load_file
* Add function description to header
* Add support for loading string/custom streams
* Update README.md
* Handle potential calloc failures in dictionary_new
* Add example showing how to write INI files
* Add support for uint64_t
* Fix tests on 32bit
* Prevent `long int` overflow on 32bit architectures
* Fail testrun on test failure
* add NULL check in dictionary_get
* Fix buffer overflow from sprintf
- Remove patches merged upstream
* Fail-testrun-on-test-failure.patch
* Fix-buffer-overflow-from-sprintf.patch
* Fix-tests-on-32bit.patch
* handle-null-return-getstring.patch
Request History
michals created request
- Update to version 4.2.1
* Fix parsing of section names containing whitespace
* Add support for escaped quotes, semicolon and hash in quoted values
* Do not close file in iniparser_load_file
* Add function description to header
* Add support for loading string/custom streams
* Update README.md
* Handle potential calloc failures in dictionary_new
* Add example showing how to write INI files
* Add support for uint64_t
* Fix tests on 32bit
* Prevent `long int` overflow on 32bit architectures
* Fail testrun on test failure
* add NULL check in dictionary_get
* Fix buffer overflow from sprintf
- Remove patches merged upstream
* Fail-testrun-on-test-failure.patch
* Fix-buffer-overflow-from-sprintf.patch
* Fix-tests-on-32bit.patch
* handle-null-return-getstring.patch
ateixeira accepted request