Simply running "openvpn -h" causes a SIGSEGV. I was hoping '-h' would
print the help, but obviously not. Happens with '-v' too.
Attached is the Dr. MingW crash dump. No config-file was present, btw.
--gv
openvpn.exe caused an Access Violation at location 00401688 in module
openvpn.exe Reading
On Tue, 30 Nov 2004, Gisle Vanem wrote:
> Simply running "openvpn -h" causes a SIGSEGV. I was hoping '-h' would
> print the help, but obviously not. Happens with '-v' too.
Interesting bug.
Basically "openvpn -h" is incorrect usage and should produce a basic
options parsing error message, and in
James,
I notice that the management interface terminates its lines \0d \0a \00.
Is the null termination intentional? If so, would you mind documenting it?
It caused a few subtle issues until I figured out what was going on, so I
wouldn't exactly mind if it went away.
(I'm working on a CLR-based
On Tue, 30 Nov 2004, Charles Duffy wrote:
> James,
>
> I notice that the management interface terminates its lines \0d \0a \00.
>
> Is the null termination intentional? If so, would you mind documenting it?
> It caused a few subtle issues until I figured out what was going on, so I
> wouldn't ex