diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2017-02-10 20:10:14 -0500 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2017-02-10 20:58:03 -0500 |
commit | 6436c6e749ab04fbd5d97804a6a1c3b3122b326d (patch) | |
tree | 0f5a8109c15e5f7ffb8021725719a4d791b149aa /firmware/target/arm/imx31/gigabeat-s | |
parent | f483a079508f100dcc3f654f674f387a40e5cd6a (diff) |
Fix tagtree from blowing up when its buffer moves
I noticed that after booting with the external storage removed,
playing from tagtree, inserting the card, forcing dircache to
reallocate from the debug screen, and trying to reenter tagtree,
it would data abort because the dircache reallaction to a larger
size caused the tagtree buffer to move.
Adjustment to at least one pointer (csi) was missed. Since it's
non-trivial there to determine when things should be NULL and
when they shouldn't, add check for menu too before moving it.
As for the rest, who knows.
Change-Id: Iea6538a2091b4b47083f39296555efc47edf8ba8
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s')
0 files changed, 0 insertions, 0 deletions