mbed-os/source
Tero Heinonen a1982c1de7 Remove transaction from list before callback call (#50)
In some callbacks, secure session might be removed and transactions been
freed. That leads to double freeing, and reading from freed pointer.
Transaction is now removed from list before calling callback to avoid
that.
2016-11-03 15:23:19 +02:00
..
include Delete all transactions when secure session is closed (#41) 2016-10-27 09:42:59 +03:00
coap_connection_handler.c Call transaction callback when transactions are deleted (#48) 2016-11-02 12:10:19 +02:00
coap_message_handler.c Remove transaction from list before callback call (#50) 2016-11-03 15:23:19 +02:00
coap_security_handler.c Allow build without SSL 2016-10-24 10:45:10 +01:00
coap_service_api.c Support for setting source address to socket (#40) 2016-10-24 11:58:53 +03:00