Skip to content

Always true condition in IPAddress string-to-ipv6 conversion #249

Open
@bertmelis

Description

@bertmelis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bertmelis

        Issue actions

          Always true condition in IPAddress string-to-ipv6 conversion · Issue #249 · arduino/ArduinoCore-API