lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
732 stars 65 forks source link

mycss_selectors_parse hangs on a bad CSS selector #84

Closed rushter closed 3 years ago

rushter commented 3 years ago

An example of a bad selector: "a['href']" https://github.com/lexborisov/Modest/blob/393338d994c921705ff71dfbd1d98ceb31328f14/source/mycss/selectors/init.c#L153

Please see https://github.com/rushter/selectolax/issues/36 for more information.