This commit is contained in:
Daniel D. Daugherty 2010-05-05 16:39:47 -07:00
commit 1f1393802c
6 changed files with 213 additions and 9 deletions

View file

@ -2305,7 +2305,7 @@ void linux_wrap_code(char* base, size_t size) {
return;
}
char buf[40];
char buf[PATH_MAX+1];
int num = Atomic::add(1, &cnt);
snprintf(buf, sizeof(buf), "%s/hs-vm-%d-%d",