Description: Code in basic/source/runtime/dllmgr-x86.cxx / basic/source/runtime/dllmgr-x64.cxx frequently takes a pointer to a vector element, then modifies the vector (and therefore potentially accessing freed memory). Code needs some tweaks to avoid that, here's a sample commit: https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=de9620dd4539397715dab3102d256f9d634fcb23 Actual Results: . Expected Results: . Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
@thorsten: This is among old EasyHacks that we have without any submissions. Do you think this is still relevant? Do you have any opinions on how to find similar instances, if the issue is still relevant?
Removing the EasyHack tag because the task is not clear for the EasyHackers. Also, as per discussion on IRC.