summaryrefslogtreecommitdiff
path: root/common/tests/test-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-201-0/+16
| | | | These are things that showed up in valgrind while running the tests.
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-191-0/+93
Both are nasty. Do our own, and test it a bit https://bugs.freedesktop.org/show_bug.cgi?id=62479