Skip to content
  • Guillaume Roguez's avatar
    tls: prevent recursive call to flushRxQueue() · 8c9e75af
    Guillaume Roguez authored
    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
    8c9e75af