Browse Source
`QIODevice::read(qint64 maxSize)` will allocate full `maxSize` of memory no matter what the real file size was, this caused users to experience out-of-memory exception on 32-bit qbt. Also handle the OOM execption if it still fails. Closes #9064, #9075, #9130, #9239, #9246, #9279.adaptive-webui-19844
Couchy
6 years ago
committed by
Chocobo1
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue