aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests/test-port-context.c
AgeCommit message (Collapse)Author
2014-11-14tests,port-context: joining thread takes the reference alreadyAleksander Morgado
2014-02-14tests: fix array bound checks in process_next_commandBen Chan
This patch fixes the out-of-bounds array accesses in test-port-context.c, which is detected by AddressSanitizer, by checking the index against the array length before accessing the array.
2014-02-13tests: added support for DBus service testsAleksander Morgado
We can now run 'simulated' modems against a ModemManager running in its own session bus.