Skip to content

Introduce one common ubus_ctx which has longer lifetime

Lukasz Kotasa requested to merge lk_ubus_ctx_devel into devel

Creating and destroying ubus_ctx's on demand can cause crashes when threads operate on the same (non thread-safe) data.

Merge request reports