1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 23:06:41 +00:00
openmw/apps
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.
2023-07-30 13:37:53 +02:00
..
benchmarks Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
bsatool Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
bulletobjecttool Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
esmtool Merge branch 'bump-cmake-version' into 'master' 2023-07-20 17:40:29 +00:00
essimporter Merge branch 'readsize' into 'master' 2023-07-28 07:01:32 +00:00
launcher Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
mwiniimporter Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
navmeshtool Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
niftest Eliminate redundant version checks 2023-07-20 00:43:56 +01:00
opencs Merge branch 'bump-cmake-version' into 'master' 2023-07-20 17:40:29 +00:00
opencs_tests Merge branch 'bump-cmake-version' into 'master' 2023-07-20 17:40:29 +00:00
openmw Merge branch 'fix_find_path' into 'master' 2023-07-27 09:34:50 +00:00
openmw_test_suite Fix use after move in InfoOrder::insertInfo 2023-07-30 13:37:53 +02:00
wizard Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
doc.hpp