Override operator new in order to detect some cases of not initialized memory
Now it is possible to run ./configure --enable-override-operator-new
in order to ensure that our testsuite will be able to detect at least some cases of access to not initialized variables. By default, it is turned off, but it is enabled for our testsuite. In addition to that, it will be enabled if --enable-debug
is used.
Edited by Reinhard Resch