You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/openmw_test_suite/esm3
elsid 66c5944ecf
Fix use after move in InfoOrder::insertInfo
When it->second.mPosition->mPrev != value.mPrev value is first moved into
*mPosition and then used to get mPrev. Since mPrev is RefId and it's copy-only
type there is no real problem but coverity complains about it.

Also enforce contract of insertInfo to support move-only types by adding a test
for a value type with deleted copy constructors.
1 year ago
..
readerscache.cpp Drop support for --fs-strict 2 years ago
testesmwriter.cpp Merge ESM::RefNum and ESM4::FormId 2 years ago
testinfoorder.cpp Fix use after move in InfoOrder::insertInfo 1 year ago
testsaveload.cpp More closely replicate Morrowind.exe's locks 2 years ago