Skip to content
  • Magne Mahre's avatar
    26611e1c
    Bug#12735545 - PARSER STACK OVERFLOW WITH NAME_CONST CONTAINING · 26611e1c
    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.
    26611e1c
    Bug#12735545 - PARSER STACK OVERFLOW WITH NAME_CONST CONTAINING
    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.
Loading