mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-06-10 18:09:15 -04:00
Updated documentation on memory usage
This commit is contained in:
@@ -63,7 +63,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
int argc = 0;
|
||||
QCoreApplication a(argc, nullptr);
|
||||
|
||||
QImageReader::setAllocationLimit(2000);
|
||||
QImageReader::setAllocationLimit(512);
|
||||
|
||||
QImageIOHandler* handler = new HANDLER();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user