mbed-os/features
Tony Wu 81d667e1f3 netsocket - Fix set_ip_bytes out-of-bound access
set_ip_bytes() does a 16-byte memcpy from the input buffer to
the local nsapi_addr_t despite the address version.

If the address version is ipv4, the input buffer may only be
4-byte in size. This causes a out-of-bound access on the input buffer.

Signed-off-by: Tony Wu <tonywu@realtek.com>
2016-11-18 12:18:25 +00:00
..
FEATURE_BLE Update BLE Cordio libraries 2016-10-27 11:13:09 +01:00
FEATURE_COMMON_PAL Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from b17e969..31e338c 2016-10-10 17:24:19 +01:00
FEATURE_LWIP lwip - Fix lwip_mac_address buffer overflow 2016-11-18 12:18:24 +00:00
FEATURE_UVISOR uVisor: Enforce thread switch atomicity 2016-09-26 23:09:36 -07:00
frameworks Replacing getchar with RawSerial getc in greentea-client. 2016-11-08 10:43:26 +00:00
mbedtls Add checks for NULL_ENTROPY and SSL_TLS in mbed OS 2016-10-20 14:53:57 -05:00
nanostack nsapi - Adopted standardized return types in the Nanostack interfaces 2016-11-08 10:44:59 +00:00
netsocket netsocket - Fix set_ip_bytes out-of-bound access 2016-11-18 12:18:25 +00:00
storage/FEATURE_STORAGE Update tests to fix build failures. Also make the code similar to other tests 2016-11-08 10:44:30 +00:00
unsupported Add wait for serial characters to transmit before deleting serial object. 2016-11-08 10:44:07 +00:00