qt6-bb10/tests/auto/corelib/serialization/qcborvalue
Thiago Macieira 954d66e572 QCborArray: fix operator[] that extends the array
This was never tested. The infinite loop in QCborContainerPrivate::grow
is the proof.

[ChangeLog][QtCore][QCborArray] Fixed an infinite loop when operator[]
was called with with an index larger than the array's size plus 1.

Change-Id: Ibdc95e9af7bd456a94ecfffd1603df3855c73f20
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2020-04-09 09:41:56 -03:00
..
qcborvalue.pro CBOR support: prevent overflowing QByteArray's max allocation 2020-03-27 16:45:48 -03:00
tst_qcborvalue.cpp QCborArray: fix operator[] that extends the array 2020-04-09 09:41:56 -03:00