Pointer Checker to detect buffer overflows and dangling pointers (part 2) Overview A dangling pointer arises when you use the address of an object after its lifetime. This may occur in situations like returning addresses of the automatic variables from a function or using the address of the memory block after it is freed. Desenvolvedores Professores Estudantes Linux* Microsoft Windows* (XP, Vista, 7) Microsoft Windows* 8 Unix* C/C++ Principiante Intermediário Compilador C++ Intel® Composer XE C++ Intel® Intel® C++ Studio XE pointer checker to check buffer overflow dangling pointers C/C++ out-of-bounds errors pointer poroblems Depuração Leia mais sobre Pointer Checker to detect buffer overflows and dangling pointers (part 2)Login para postar comentários