remove debug print
This commit is contained in:
@ -3460,7 +3460,6 @@ return_execve2:
|
|||||||
else {
|
else {
|
||||||
ret = munmap((void *)w.sr.args[1],
|
ret = munmap((void *)w.sr.args[1],
|
||||||
w.sr.args[2]);
|
w.sr.args[2]);
|
||||||
if(ret == -1)fprintf(stderr, "munmap rc=%ld errno=%d addr=%p size=%d\n", ret, errno, (void *)w.sr.args[1], (int)w.sr.args[2]);
|
|
||||||
if (ret == -1)
|
if (ret == -1)
|
||||||
ret = -errno;
|
ret = -errno;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user