summaryrefslogtreecommitdiff
path: root/lib/replace/tests
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Fix clang 20 format-truncation warningsGary Lockyer1-0/+6
2025-01-02remove usage of bzeroMichael Tokarev1-7/+0
2023-10-13lib:replace: Properly check result of write() and read() (CID 1034925)Joseph Sutton1-2/+2
2022-02-01lib:replace: Fix NULL issue reported by covscanPavel Filipenský1-1/+1
2022-02-01lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský1-2/+2
2021-08-16testsuite: Fix build with gcc >= 11.1.1Andreas Schneider1-1/+5
2021-08-16lib:replace: Remove trailing spaces from testsuite.cAndreas Schneider1-5/+5
2021-05-07lib:replace: Do not build strndup test with gcc 11 or newerAndreas Schneider1-0/+11
2021-04-27lib:replace: Fix a posible double freeAndreas Schneider1-1/+0
2021-04-25lib:replace: Fix possible resource leaks in test_closefrom()Andreas Schneider1-0/+2
2021-04-25lib:replace: Fix memory leak in test_asprintf()Andreas Schneider1-1/+7
2021-04-25lib:replace: Fix a memleak in test_strndup()Andreas Schneider1-6/+14
2021-04-25lib:replace: Fix a memleak in test_strdup()Andreas Schneider1-1/+6
2021-04-25lib:replace: Fix resource leak in os2_delete testAndreas Schneider1-0/+1
2020-03-26lib: Add macro ARRAY_DEL_ELEMENT()Volker Lendecke1-0/+42
2019-10-04lib/replace: Remove libaio supportVolker Lendecke1-1/+0
2019-05-06replace: Fix "make test" to actually test libreplaceAndrew Bartlett9-0/+1832