Home > Software engineering >  Browse the memory area is full of question marks, read pointer errors to crash the program
Browse the memory area is full of question marks, read pointer errors to crash the program

Time:09-20


The value of memory address is question mark
For example,
Int * p, data;
P=addr.//addr is specific address
data=https://bbs.csdn.net/topics/* p;//values cause crashes when

How to judge the addr memory value, avoid the program crashes

CodePudding user response:

IsBadReadPtr
IsBadWritePtr


  • Related