As discussed with @laanwj on IRC. Fixes #5797. This is a hammer approach, but it's the most straightforward.
strnlen is available at build-time but not at runtime, causing a crash.
0.11 drops support for 10.6, so this is not needed in master.
strnlen is available at build-time but not at runtime, causing a crash.
0.11 drops support for 10.6, so this is not needed in master.
utACK
@ericpashman @Pyanne Are you able to test this on 10.6? @jonasschnelli It might help if you spin up some test binaries incase they can't build from source.
utACK for 0.10 branch
utACK for 0.10 branch, I'm glad we don't need it on master
@fanquake currently i have no easy option to build a non-master branch... will update my script soon and try to provide binaries.
Did a quick test on 10.7 and 10.10. Runs as expected. I don't have a 10.6 VM anymore.
sad face ACK
Tested on 10.6. All is well.
Thanks for testing!