1
0
mirror of https://github.com/mariadb-corporation/libmarias3.git synced 2025-09-19 12:01:33 +03:00

5 Commits

Author SHA1 Message Date
Andrew Hutchings
c4cad023b5 Code cleanups 2019-05-21 14:38:05 +01:00
Andrew Hutchings
d6442ac9a4 Fix several memory issues
* Fix a few potential pointer arithmatic issues
* Fix race condition on time generation
* Added TSAN to ci-scripts
* Fix minor issues found in cppcheck
* Stop buffer overrun if the buffer chunk size is set smaller than packet
* Fix ms3_get() returning random data if a CURL request completely fails

Fixes mariadb-corporation/libmarias3#55
2019-05-15 07:39:14 +01:00
Andrew Hutchings
17704c06dd Fix memory leaks in curl usage 2019-03-26 21:33:33 +00:00
Andrew Hutchings
28cba2ca41 Fix basic test failure
* Sometimes HEAD can 404 the first time, so try a few times if needed
* Fix some libxml2 leaks
* Fixup ci-scripts
* Fixup debug
* Add USAN test
2019-03-26 20:51:25 +00:00
Andrew Hutchings
38827199bf Add some ci-scripts to use
Adds:
* Clang ASAN
* distcheck
* Docs compile check
* Clang scanbuild
* Valgrind

Also fixes some m4 scripts and an issue found by one of the checks.
2019-03-24 12:24:03 +00:00