diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-01-18 18:20:53 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2022-01-18 19:45:55 +0000 |
commit | aafe2dd2d14e1ce88b5c9c819277ca0bc98af6e5 (patch) | |
tree | 6c0f0ec581b24c29d452b492d25c087c335b9b40 /manual/platform | |
parent | 525eb158643055bd5a652e824ee2db547a323504 (diff) | |
download | rockbox-aafe2dd2d14e1ce88b5c9c819277ca0bc98af6e5.tar.gz rockbox-aafe2dd2d14e1ce88b5c9c819277ca0bc98af6e5.zip |
tagcache: don't allow temp commit buffer to be moved
The temporary buffer used during database commit did not
have any buflib callbacks set, which allows it to be moved
by buflib at any time. The code is not prepared to deal
with this, so things break horribly if anything tries to
allocate during the commit.
The solution is to pass dummy callbacks to prevent the
buffer from being moved. I expect this may create other
issues since the commit uses up all available RAM, but
at least things won't get silently corrupted anymore.
Change-Id: I3183aaee58c94bfbaf4e24424030b8be6e341d22
Diffstat (limited to 'manual/platform')
0 files changed, 0 insertions, 0 deletions