summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-04 23:27:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-05 05:47:04 +0200
commit191ffe272b8fb81924814b95504313a5d9f63526 (patch)
tree620101c407cab4307e0b2d06022317a513d28e63 /apps
parent3ee2fdb7c07259f20e067bf1527da880474a2e6b (diff)
downloadrockbox-191ffe272b8fb81924814b95504313a5d9f63526.tar.gz
rockbox-191ffe272b8fb81924814b95504313a5d9f63526.zip
Threading: Use 'size_t' for stack size in core threading code
For some reason it was defined as 'unsigned short' but all arguments to the threading functions and other structs used size_t. The SDL plugin tried to allocate a 2MB stack and this resulted in much badness. This is a _very_ old bug, and might be responsible for countless subtle bugs! Change-Id: I8b7fd79a10c21e3ab524a89b4d40d9afa4fab638
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions