Closed Azq2 closed 6 years ago
If pass some big tag id value to myhtml_tag_get_by_id, then mcsimple_get_by_absolute_position access to uninitialized memory area. Now checks calculated list index by mcsimple->list_pos_length_used value to fix this.
Thanks!
If pass some big tag id value to myhtml_tag_get_by_id, then mcsimple_get_by_absolute_position access to uninitialized memory area. Now checks calculated list index by mcsimple->list_pos_length_used value to fix this.