ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Always true condition in IPAddress string-to-ipv6 conversion

Open bertmelis opened this issue 9 months ago • 0 comments

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.

bertmelis avatar Apr 01 '25 12:04 bertmelis