Ilya Shipitsin
Ilya Shipitsin
what if we move "return" outside of ifdef ``` diff --git a/src/cpuset.c b/src/cpuset.c index e789b23a9..7bdd7a91f 100644 --- a/src/cpuset.c +++ b/src/cpuset.c @@ -24,12 +24,11 @@ int ha_cpuset_set(struct hap_cpuset *set, int cpu)...
interesting. do you have netbsd machine to test ?
same here, I usually run on Hyper-V
this makes me think that haproxy is not very popular under netbsd (( (or we should have a look at netbsd port patches)
looks like [some patches](http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/net/haproxy/patches/patch-src_haproxy.c?rev=1.4&content-type=text/plain) might be applied to upstream, but nothing on cpuset ...
@a-denoyelle , this issue has become quite old. let us fix it ))
@dcarlier-deviceatlas , @devnexen can you have a look, please
thanks, I've marked CID 1533957, 1533955 as false positives
Coverity has found it 2 days ago 
here's detailed trace from Coverity ``` 202int cfg_parse_listen(const char *file, int linenum, char **args, int kwm) 203{ 204 static struct proxy *curr_defproxy = NULL; 205 static struct proxy *last_defproxy =...