valgrind can't find anything useful. I'm confused.
Symptomes:
- my data corrupted by a malloc() call
- return address of my function is replaced via something wrong
PS: code does NOT segfault
Currently I have some progress via replacing all my malloc() via mmap()+mprotect()
see following link:: What C/C++ tools can check for buffer overflows?