plugins: properties: fix stack overflow in db

Stack overflow in splash_progress called from
tagtree_subentries_do_action with stack protector
enabled on mips

Change-Id: Ia71e0493e279af0531ae792d41442198555664f6
This commit is contained in:
Christian Soffke 2026-05-28 22:50:33 +02:00 committed by Solomon Peachy
parent f0d3d76b26
commit 9f20c45a5e
6 changed files with 31 additions and 28 deletions

View file

@ -2765,7 +2765,7 @@ void tagcache_search_set_uniqbuf(struct tagcache_search *tcs, void *buffer, long
\param length
\description
bool tagtree_subentries_do_action(bool (*action_cb)(const char *file_name))
bool tagtree_entries_iterate(bool (*action_cb)(const char *file_name), char* buf, size_t buf_sz)
\group metadata
\conditions (defined(HAVE_TAGCACHE))
\param action_cb