Skip to content

[BUG][cpp-rest] nullable string fields causes segfault #22404

@winrid

Description

@winrid

The generator sees nullable: true and tries to represent "null" by assigning nullptr, but later doesn't check if it's null. Looks like boost is already a dep so we can use boost's optional. Creating a PR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions