mbed-os/features/netsocket
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
..
CellularInterface.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
EthInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
MeshInterface.h Add tags to our code 2016-10-10 17:24:07 +01:00
NetworkInterface.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
NetworkInterface.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
NetworkStack.cpp nsapi - Fixed missing NSAPI_UNSPEC check in gethostbyname for ip literals 2016-11-18 12:18:06 +00:00
NetworkStack.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
Socket.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
Socket.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
SocketAddress.cpp netsocket - Fix set_ip_bytes out-of-bound access 2016-11-18 12:18:25 +00:00
SocketAddress.h nsapi - Standardized support of NSAPI_UNSPEC 2016-10-27 11:13:44 +01:00
TCPServer.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPServer.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPSocket.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
TCPSocket.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
UDPSocket.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
UDPSocket.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
WiFiAccessPoint.cpp Merge remote-tracking branch 'upstream/master' into feature_wifi_ublox_merge 2016-10-02 07:29:07 -05:00
WiFiAccessPoint.h Fixed missing public 2016-10-04 15:52:56 +02:00
WiFiInterface.h WiFi: Minor fixes to docs and includes 2016-11-18 12:18:04 +00:00
emac_stack_mem.h Added emac_stack_mem_copy. Needed by the u-blox ODIN-W2 driver. 2016-11-08 10:45:01 +00:00
mbed_lib.json restructure - Restructured features/net directory 2016-09-30 19:18:09 -05:00
nsapi.h Add tags to our code 2016-10-10 17:24:07 +01:00
nsapi_dns.cpp nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
nsapi_dns.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00
nsapi_types.h nsapi - Added standardized return types for size and errors 2016-11-08 10:44:55 +00:00