There is a bug in ptraceRead: ptr[i] = word; Should we use : memcpy(ptr+i,&word,sizeof(word));
There is a bug in ptraceRead:
ptr[i] = word;
Should we use :
memcpy(ptr+i,&word,sizeof(word));