ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Fix getaddrinfo(), result buffer allocation and set hinst IP type #159

Closed ATmobica closed 3 years ago

ATmobica commented 3 years ago

Problem

mbed_getaddrinfo() bug: result buffer is not allocated and wrong settings hint IP type

Summary of Changes

Fix mbed_getaddrinfo() - result buffer allocation and set hints IP type

tymoteuszblochmobica commented 3 years ago

Looks OK