Re: [ovs-dev] [PATCH] acinclude: Always assume buggy strtok_r() for glibc < 2.8.

2015-04-03 Thread Ben Pfaff
Thanks, applied to master and branch-2.3. On Fri, Apr 03, 2015 at 04:15:01PM -0700, Alex Wang wrote: > Thx for fixing this !!!~ > > Acked-by: Alex Wang > > On Fri, Apr 3, 2015 at 3:11 PM, Ben Pfaff wrote: > > > Lately our internal build system has been seeing intermittent failures that > > I

Re: [ovs-dev] [PATCH] acinclude: Always assume buggy strtok_r() for glibc < 2.8.

2015-04-03 Thread Alex Wang
Thx for fixing this !!!~ Acked-by: Alex Wang On Fri, Apr 3, 2015 at 3:11 PM, Ben Pfaff wrote: > Lately our internal build system has been seeing intermittent failures that > I can't explain. With old glibc versions, the "configure" time check will > pass, but the equivalent (almost identical)

[ovs-dev] [PATCH] acinclude: Always assume buggy strtok_r() for glibc < 2.8.

2015-04-03 Thread Ben Pfaff
Lately our internal build system has been seeing intermittent failures that I can't explain. With old glibc versions, the "configure" time check will pass, but the equivalent (almost identical) "make check" test will fail. One possibility, I guess, is that occasionally address space randomization