Am 28.09.16 um 11:33 schrieb Steffan Karger:
> The NCP code does a strcmp(options->ciphername, ...) without first checking
> whether options->ciphername is NULL.  This could cause a crash when using
> "--cipher none".  This patch fixes that problem by ensuring that
> options->ciphername (and options->authname) are never NULL.  Ensuring that
> options->ciphername is never null prevents us from having to write null
> checks everywhere.
>
ACK from me. It also fixes my test setup to reproduce the bug.

Arne

------------------------------------------------------------------------------
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to