fix: crash in const_teq optimizer when the code like this 'while (1);'
authoryu.dongliang <18588496441@163.com>
Fri, 24 Mar 2023 04:41:44 +0000 (12:41 +0800)
committeryu.dongliang <18588496441@163.com>
Fri, 24 Mar 2023 04:41:44 +0000 (12:41 +0800)
commit94aba01f5a203e376002e85fe22d2b2ad7fe3564
tree1b5acc567f4080332f987b112340423f61b6d07d
parent8b08a0143ae08935d92326003d0d66eca76cd70e
fix: crash in const_teq optimizer when the code like this 'while (1);'
core/scf_operator_handler_3ac.c
core/scf_optimizer_loop.c
native/x64/scf_x64.c
parse/scf_operator_handler_const.c
parse/scf_operator_handler_semantic.c