On Wed, Jul 1, 2015 at 11:29 PM, Fish Wang <fish.t...@gmail.com> wrote: > Thank you for the suggestion. I'm sticking with VS since I already have an > entire automation environment set up for compiling OpenVPN with Visual Studio.
Fair enough. > Also I believe Visual Studio provides better security guarantees (like stack > canaries, buffer checks etc.). Just for reference: those are supported by mingw/gcc too: -fstack-protector for canaries, -Wl,--nxcompat for DEP, -Wl,--dynamicbase for ASLR. On Wed, Jul 1, 2015 at 11:36 PM, Fish Wang <fish.t...@gmail.com> wrote: > Thank you Steffan, the patch works for me. Great! Thanks for reporting back. Others: consider my previous mail as a patch submission. -Steffan