Skip to content

BUG - aas_validatepaths does not validate a full path at once #269

Description

@AljenU

For a struct field that is an array (char array or other), aas_validatepaths checks each entry in the array individually, instead of checking e.g. a full char array at once.

Thus, when a path contains an invalid character, only the single invalid character is displayed.

To fix, the structind loop should be a loop only when indeed it is a struct array, and possibly also for cell arrays (though for now they are not found to be present in the checked inputs).

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

      Issue actions