mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-04 23:07:32 +00:00
Fix out of bound array access caused by unassigned variable
This commit is contained in:
@@ -2215,6 +2215,8 @@ Expression::Expression() :
|
||||
root(NULL),
|
||||
nodes(NULL),
|
||||
execution_error(false) {
|
||||
str_ofs = 0;
|
||||
expression_dirty = false;
|
||||
}
|
||||
|
||||
Expression::~Expression() {
|
||||
|
||||
Reference in New Issue
Block a user