libubus: increase stack depth for processing obj msgs
authorFelix Fietkau <nbd@nbd.name>
Mon, 9 Aug 2021 10:56:54 +0000 (12:56 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 8 Sep 2021 10:25:31 +0000 (12:25 +0200)
commita72457b61df045d3c499a6211362b751710590d7
tree08c4402c96abed269eb4a9644943874682afa36b
parentef038488edc35f4f671c09276cc3fb4ef706ae34
libubus: increase stack depth for processing obj msgs

Avoid running into an issue where issuing a request from an obj message
can lead to recursive message processing and list corruption

Signed-off-by: Felix Fietkau <nbd@nbd.name>
libubus.c