Go to file
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
coap-service Update content_type to sn_coap_content_format_e (#27) 2016-06-28 10:45:30 +03:00
source Remove transaction from list before callback call (#50) 2016-11-03 15:23:19 +02:00
test/coap-service/unittest Using socket_close() instead of socket_free() 2016-11-01 17:15:16 +02:00
.gitignore Updated mbec-client-c version & unit tests 2016-02-06 11:51:31 +02:00
.mbedignore Ignore test folder from mbed builds 2016-05-25 12:13:47 +03:00
.yotta_ignore Updated yotta_ignore 2015-12-22 16:53:03 +02:00
LICENSE Changed LICENSE.txt to LICENSE 2015-09-02 12:31:25 +03:00
Makefile Remove mbedtls configuration from Makefile (#45) 2016-10-31 10:27:02 +02:00
Makefile.test New CoAP service + unit tests 2015-12-21 10:00:43 +02:00
apache-2.0.txt Update copyright headers. 2016-01-14 11:00:29 +02:00
junit_xsl.xslt New CoAP service + unit tests 2015-12-21 10:00:43 +02:00
module.json version v4.0.3 2016-09-15 15:21:03 +03:00
run_unit_tests.sh Update unittest script (#42) 2016-10-26 11:10:58 +03:00
xsl_script.sh New CoAP service + unit tests 2015-12-21 10:00:43 +02:00