diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-14 13:14:12 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-14 13:16:11 +0100 |
commit | c402551277239098e2da98e223ddd67d061ae2a7 (patch) | |
tree | d85e903695619bbee91e341b04da16880128fd4f /lib | |
parent | 3d202b973bfc50dd5b91f111a13219fa69ca45e6 (diff) |
vm: fix crash on object literals with non-string computed properties
When executing an object literal declaration using non-string computed
property name values, the VM crashed caused by an attempt to use a NULL
pointer (result of ucv_string_get() on a non-string value) as hash table
key.
Fix this issue by using the `ucv_key_set()` infrastructure which deals
with the implicit stringification of non-string key values.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions