summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/cborlargedatavalidation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CI: Enable tests under corelib/serialization for Wasm platformPiotr Wierciński2023-08-141-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-071-6/+6
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-9/+10
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-061-6/+9
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-7/+7
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+6
* QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-071-4/+16
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-271-0/+134