-
Magne Mahre authored
OR EXPRESSION Using NAME_CONST with a non-constant negated expression as value could cause a server crash. The issue was solved by added a more strict test on the value argument when constructing the Item_name_const object, verifying that the argument is indeed a literal constant.
Magne Mahre authoredOR EXPRESSION Using NAME_CONST with a non-constant negated expression as value could cause a server crash. The issue was solved by added a more strict test on the value argument when constructing the Item_name_const object, verifying that the argument is indeed a literal constant.
Loading