Skip to content

register_regexes_from_array can be invoked by iRODS Rule Language #267

Description

@korydraughn

The iRODS Rule Language has its own implementation of the following function. It has been observed that the iRODS Rule Language can invoke the PREP's implementation, leading to UB.

void register_regexes_from_array(const nlohmann::json& _array, const std::string& _instance_name)

This is fixed by marking the function static or wrapping in an anonymous namespace.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions