Skip to content
Snippets Groups Projects
Commit 8c9e75af authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

tls: prevent recursive call to flushRxQueue()

TlsSession::flushRxQueue() let TlsSession::handleDataPacket() to be called
causing a recursive call to TlsSession::flushRxQueue(), finally resulting
into application crash.

Solve that by testing if we're in flush opeation and just no-op in such case.

Change-Id: Ie4d52a9df495784e36e3691404f44cd8f66dbb6d
parent bfe9ff59
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment