dmich

Results 5 comments of dmich

fix: ``` char* buf = new char[len]; if(buf == NULL){ Local exception = Exception::TypeError(String::New("Out of memory")); return ThrowException(exception); } ssize_t written = DecodeWrite(buf, len, args[0], enc); assert(written == len); char*...

same for GunzipInflate(const Arguments& args)

is there any solution for this?

Thank you, but I'm looking for the fix in multi-node.