mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
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:
parent
f0d3d76b26
commit
9f20c45a5e
6 changed files with 31 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue