Hi Stefan, On Wed, Sep 18, 2019 at 09:58:13PM +0200, Stefan Schmidt wrote: > 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 I tested the patch series and so far it still compiles on my machine. Reviewed-by: Alexander Aring <alex.aring@xxxxxxxxx> on all patches. - Alex