Horst,
Thanks for the report.
I’ve just released a new version (2020.01.22) of the “LIVE555 Streaming Media”
code that fixes this.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
h
Hi,
TLSState::reset() may cause a segmentation fault because not all members
of TLSState are properly initialized.
In particular, lines 26-28 of liveMedia/TLSState.cpp (version
2020.01.19) should initialize "fCon" and "fCtx", too:
#ifndef NO_OPENSSL
, fClient(client), fHasBeenSetup(False), fCo