On Mar 29, 2014, at 18:48:37, Steffan Karger wrote:
> Hi,
>
> On Fri, Mar 28, 2014 at 11:07 AM, Arne Schwabe wrote:
> Commit 7d5e26cbb53 fixed extracting serial but did not change the format,
> which always has been decimal. This patch fixes the manpage and
> OSCP.sh script to conform with the
Change "local" argument to socket_do_listen() to avoid calling
"local->ai_addr" in the caller for the "do_listen == FALSE" case,
in which case it could be NULL.
Also, ensure "ai" is always initialized in socket_listen_accept() for
the "!remote_dynamic" case - otherwise it will sometimes(!) crash i
Am 30.03.14 14:09, schrieb Gert Doering:
> Change "local" argument to socket_do_listen() to avoid calling
> "local->ai_addr" in the caller for the "do_listen == FALSE" case,
> in which case it could be NULL.
>
> Also, ensure "ai" is always initialized in socket_listen_accept() for
> the "!remote_dy
Patch has been applied to the master branch.
commit 1ba6f427d3ea361b9859cff9cbf4d1887240ed6f (master)
Author: Gert Doering
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sun Mar 30 14:09:36 2014 +0200
Fix crash when using --inetd.
Signed-off-by: Gert Doering
Acked-by: Ar
Hi,
On Sun, Mar 30, 2014 at 12:48:37AM +0100, Steffan Karger wrote:
> 3 - Change OpenSSL builds to use hax representation
I tend toward this one - user visible behaviour shouldn't change (unless
unavoidable) depending on SSL library used.
So for me this boils down to "how many users are relying