mbed-os/features
Teppo Järvelin 97709f52ec Cellular: fix possible crash in state machine
_sim_pin was changed to pointer from array and length was checked with
strlen. If _sim_pin was null it caused crash. Fix by checking _sim_pin against NULL.
Power class could have been called without checking if power is NULL. Fix by checking
that power class is not null.
Fix state machine to return correct states when queried.
2019-01-22 02:23:04 -08:00
..
FEATURE_BLE Merge pull request #9399 from paul-szczepanek-arm/fix-null-check 2019-01-21 13:43:16 +01:00
FEATURE_BOOTLOADER Added TARGET_SDT64B, a bootloader file on SDT64B 2019-01-07 10:52:34 +09:00
cellular Cellular: fix possible crash in state machine 2019-01-22 02:23:04 -08:00
cryptocell/FEATURE_CRYPTOCELL310 Change to mbedtls_platform_zeroize() 2019-01-01 13:56:58 +02:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key Fix security bug in DeviceKey 2019-01-07 18:04:33 +01:00
frameworks Merge pull request #8882 from anttiylitokola/mbed-coap-4.7.3 2018-12-03 13:44:20 +01:00
lorawan Merge pull request #9245 from kjbracey-arm/lorawan_atomic_flag 2019-01-16 09:31:29 +01:00
lwipstack Allow LwIP TCP retransmissions to be configured and tune those smaller. 2019-01-02 19:05:16 +02:00
mbedtls Parameterise repo used in Mbed TLS importer script 2019-01-11 13:51:19 +00:00
nanostack Merge pull request #9335 from naveenkaje/fix_thred_mle_warning 2019-01-17 21:51:37 -06:00
netsocket Merge pull request #9328 from SeppoTakalo/ip-core-doxygen 2019-01-22 10:48:10 +01:00
nfc Fix long writes/reads stack overflowing (#8802) 2018-12-13 18:18:01 -06:00
storage Put LittleFS emulated BD module under .mbedignore 2019-01-20 16:06:08 +02:00
unsupported Fix bug in templated attach function 2019-01-10 21:16:13 +00:00