Ilya Shipitsin

Results 618 comments of 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 ![image](https://github.com/haproxy/haproxy/assets/2217296/3ad44f10-4055-4942-a906-5e6cc958715d)

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 =...