rockbox/apps/plugins/pictureflow
Aidan MacDonald afe80742a5 Fix Pictureflow bugs
It turns out that aa_cache.buf, used to store decoded album art during
background scanning, was not correctly allocated and overlapped with
memory allocated for buflib. This was what caused all the segfaults.

Also fixed a logic error in read_pfraw(), which returns a buflib handle
on success, but also returned 0 on failure -- since 0 is a valid buflib
handle, it should return -1 on failure instead.

Change-Id: Ifaa1c02ec19b0859e43c40c0462ed7738d07fec3
2021-04-17 13:06:29 +00:00
..
pictureflow.c Fix Pictureflow bugs 2021-04-17 13:06:29 +00:00
pictureflow.make build: We don't need sh-specific flags in the pictureflow build. 2021-03-25 12:20:15 -04:00
SOURCES