diff --git a/src/nzg_allocate.c b/src/nzg_allocate.c index 5c3f5b0..f6c0ed2 100644 --- a/src/nzg_allocate.c +++ b/src/nzg_allocate.c @@ -205,7 +205,6 @@ void * msgAllocate(msgSpace *space, mprotect(resultAddr,bufferFreeSize*(bufferFreeIndex+1),PROT_READ|PROT_WRITE); mprotect(resultAddr,bufferFreeSize*bufferFreeIndex,PROT_NONE); resultAddr=resultAddr +( bufferFreeSize*bufferFreeIndex); - strcpy(resultAddr,"a"); if( resultAddr == MAP_FAILED) { NZG_ERROR("resultAddr mmap","");