Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork130
Open
Labels
Description
Always true condition in IPAddress string-to-ipv6 conversion
https://github.com/arduino/ArduinoCore-API/blob/master/api/IPAddress.cpp#L204
*address
is checked to be':'
so it cannot be'\0'
. I'm not really sure what the intended behaviour is here.