summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFrank Secilia <frank.secilia@gmail.com>2019-05-15 15:28:55 -0400
committerFrank Secilia <frank.secilia@gmail.com>2019-05-15 15:28:55 -0400
commita4a0e642456f80b71a6383f7fccd5ea93c07c2ea (patch)
tree701e0d6a53ec8a2d6b24957bc0e79a263b22cce9 /core
parent996abb83e31453b4dcd3f4031a191aba3b392bef (diff)
Fix indexing failure in NativeScriptLanguage::unregister_binding_functions.
binding_functions.size() and an instance's binding_data.size() can get out of sync. They sync up when an instance's bindings are requested. When binding functions are registered after creating an instance's bindings, the instance's bindings are out of sync until requested again. If they're never requested, they're never synced. unregister_binding_functions indexes into binding_data, but only checks that its safe to index into binding_functions. When they're out of sync, indexing fails. This revision checks that it's safe to index into binding_data.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions