More memory leak fixes, added command thread to mbtask
This commit is contained in:
@@ -489,7 +489,7 @@ char *printable(char *s, int l)
|
||||
len=-l;
|
||||
}
|
||||
|
||||
pbuff=(char*)xmalloc(len*4+1);
|
||||
pbuff=(char*)xmalloc(len*3+1);
|
||||
p=pbuff;
|
||||
while (len--) {
|
||||
if (isprint(*(unsigned char*)s))
|
||||
|
Reference in New Issue
Block a user