Thanks for following up and this addresses the issue.
Joe
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → Posts by jmazza
Pages 1
Thanks for following up and this addresses the issue.
Joe
I'm running the MQX port of version wolfSSL embedded SSL 2.8.0. I've noticed when a session is closed an error in thrown by MQX for trying to free a NULL pointer. It appers the wolfSSL library frees memory twice after the handshake (FreeHandshakeResources()) and after the session is closed (SSL_ResourceFree()). MQX can be built to remove this check, which could result in some bad behavior. I've addressed the problem by checking the pointer before XFREE is called. Is this known behavior and is it expected that the free routine should catch NULL pointers?
Thanks
Pages 1
wolfSSL - Embedded SSL Library → Posts by jmazza
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.021 seconds (96% PHP - 4% DB) with 5 queries