Re: [PATCH] client: don`t clear cl->dispatch

2020-11-15 Thread Wojciech Jowsa
pon., 26 paź 2020 o 09:46 napisał(a): > > From: Wojciech Jowsa > > A segfault occurs in ubus_cmp_id when a client > tries to subscribe to an ubus object after the > object was removed and added again. When the ubus > object is removed then a client subcribed to > this object in notified about

[PATCH] client: don`t clear cl->dispatch

2020-10-26 Thread wojciech . jowsa
From: Wojciech Jowsa A segfault occurs in ubus_cmp_id when a client tries to subscribe to an ubus object after the object was removed and added again. When the ubus object is removed then a client subcribed to this object in notified about that. This causes following functon calls