Hello. This series does really not have any theme, besides me starting to look into rpld and playing around with it. I had to fix meson for my lua detection and make sure the ifdef for SCOPE_ID is honoured. After getting it all building locally I added Travis support and submitted builds to Coverity. Afterwards I did a quick run through the reports from address sanitizer and coverity scan. Not sure if you would prefer review for rpld as patches here on the list or as pull requests on github. Up to you. Stefan Schmidt (6): build: test various names for our lua dependency send: make sure we check on scope id usage ci: travis: initial setup for CI testing with Travis config : fix leaks on error paths socket: make sure we close our socket if setsockopt() fails send: ensure we free the buffer after sending the message .travis.yml | 38 ++++++++++++++++++++++++++++++++++++++ config.c | 24 ++++++++++++++++++++---- meson.build | 11 ++++++++++- send.c | 12 +++++++----- socket.c | 7 +++++++ 5 files changed, 82 insertions(+), 10 deletions(-) create mode 100644 .travis.yml regards Stefan Schmidt -- 2.21.0