Skip to content

In UIAlertView.mm the number of buttons is hardcoded to 16 #1614

Open

Description

Dear WinObjC Engineers,

In UIAlertView.mm the number of buttons is hardcoded to 16:

ActionButton _buttons[16];

and there is no check on this limit when adding buttons so adding over 16 throws an exception.

Sincerely,

Ed

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions