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.
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.
irods_rule_engine_plugin_python/src/main.cpp
Line 123 in c7bbe21
This is fixed by marking the function
staticor wrapping in an anonymous namespace.