Re: [Openvpn-devel] [PATCH v3] openvpnserv: Review MSVC down-casting warnings

2017-12-03 Thread Selva Nair
Hi Simon, Thanks. The v3 has just arrived in patchwork -- for some reason not in my mailbox yet, probably its coming.. Looks like v3 is an exact copy of v2 -- no check for empty ext which was the only change required. Am I missing something? Thanks, Selva On Sun, Dec 3, 2017 at 12:19 PM, Simo

[Openvpn-devel] [PATCH v3] openvpnserv: Review MSVC down-casting warnings

2017-12-03 Thread Simon Rozman
Data size arithmetic was reviewed according to 64-bit MSVC complaints. The warnings were addressed by migrating to size_t, rewriting the code, or silencing the warnings by an explicit cast where appropriate. --- src/openvpnserv/automatic.c | 20 src/openvpnserv/interactive.