1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix out of bound array access caused by unassigned variable

This commit is contained in:
Rafał Mikrut
2020-04-01 19:29:35 +02:00
parent 0168709978
commit 359bebd8c0
16 changed files with 48 additions and 20 deletions

View File

@@ -2215,6 +2215,8 @@ Expression::Expression() :
root(NULL),
nodes(NULL),
execution_error(false) {
str_ofs = 0;
expression_dirty = false;
}
Expression::~Expression() {