Task #118699 - fixed.err

back to task #118699
download
Error: CPPCHECK_WARNING (CWE-562):
apt-3.1.16/apt-pkg/orderlist.cc:142: error[danglingLifetime]: Non-local variable 'AfterEnd' will use pointer to local variable 'AfterList'.
#  140|      std::unique_ptr<Package *[]> NList(new Package *[Size]);
#  141|      std::unique_ptr<Package *[]> AfterList(new Package *[Size]);
#  142|->    AfterEnd = AfterList.get();
#  143|      
#  144|      Depth = 0;