Merge pull request #13857 from s-hadinger/berry_solidify_fix

Berry fix stack corruption in solidify.dump
This commit is contained in:
s-hadinger 2021-11-29 21:44:55 +01:00 committed by GitHub
commit 11eb618994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -125,9 +125,7 @@ static void m_solidify_bvalue(bvm *vm, bvalue * value, const char *classname, co
be_pushstring(vm, str(var_tostr(value)));
be_toescape(vm, -1, 'u');
logfmt("be_nested_str_literal(%s)", be_tostring(vm, -1));
// logfmt("be_nested_string(%s", be_tostring(vm, -1));
// be_pop(vm, 1);
// logfmt(", %i, %zu)", be_strhash(var_tostr(value)), len >= 255 ? 255 : len);
be_pop(vm, 1);
}
break;
case BE_CLOSURE: