Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Add-CMake-support.patch | Add CMake support. | Klee Dienes <klee@mit.edu> | no | 2014-02-13 | ||
Fix-buffer-overflow-from-sprintf.patch | Fix buffer overflow from sprintf Extension of #104 that includes tests |
James Larrowe <larrowe.semaj11@gmail.com> | no | debian | https://github.com/ndevilla/iniparser/commit/1bd7c8341fc076a4795638330bc6badb78745647 | 2019-06-09 |
Fail-testrun-on-test-failure.patch | Fail testrun on test failure Test failures can go unnoticed, as currently the test runner unconditionally returns exit code 0. Consult the number of test failures and exit code 1 if there are any. |
Dan Bungert <daniel.bungert@canonical.com> | no | debian | https://github.com/ndevilla/iniparser/commit/b7a2c2999aabf2a83ccc164b9729259ea400e747 | 2021-02-18 |
Updated-test-for-when-long-int-is-not-8-byte.patch | [1/2] Updated test for when long int is not 8 byte If sizeof(long int) != 8, the current tests will fail. Update the test to use limits.h to help know what LONG_MAX/MIN are. This also implies that iniparser_getlongint() will vary in terms of being able to accept different width integers, depending on architecture. The goal here was to fix the test, not change the API. |
Dan Bungert <daniel.bungert@canonical.com> | yes | upstream | https://github.com/dbungert/iniparser/commit/46cf568280129ed4671f48091c6dadbcd67192e5 | 2021-03-16 |
Don-t-send-a-const-ptr-to-asprintf.patch | [2/2] Don't send a const ptr to asprintf() | Dan Bungert <daniel.bungert@canonical.com> | yes | upstream | https://github.com/dbungert/iniparser/commit/ef9975dac693c411bf35fcf97e9637822b910fb5 | 2021-03-16 |
test-testiniparser.c-fix-missing-comma-in-token-test.patch | test/testiniparser.c: fix missing comma in token test list Fix missing comma separating two test cases in the Test_iniparser_getboolean() token_true list. Without this, the 'Y' testcase was being skipped. (Issue was found by coverity.) |
Steve Beattie <steve.beattie@canonical.com> | yes | upstream | https://github.com/stevebeattie/iniparser/commit/fbb5e60c9a598f24edcd91776849603986e89e6d | 2021-04-16 |