Home / Vulnerability Database / C or C++ : Use after move
C/C++

C or C++ : Use after move

Overview

Using an object after it was moved may indicate a flaw in program logic. To indicate that the t object can be moved, std::move is used, i.e. efficient transfer of resources from t can be provided to another object.

References

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Use after move in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized