Files
ladybird/Libraries
Matthew Olsson 81187c4ead LibWeb: Fix some SVG crashes/hangs
- parse_flag now only parses one digit instead of consuming an entirely
valid number
- match_number => match_coordinate
- match_coordinate now returns true if `ch()` is '.'
- parse_number no longer matches a +/-
- Don't crash when encountering one of the three unsupported path
commands. Instead, just skip them. No reason to crash the browser over a
silly SVG element :)
2020-08-02 19:16:40 +02:00
..
2020-08-01 08:39:26 +02:00
2020-07-26 14:53:43 +02:00
2020-05-14 20:15:18 +02:00
2020-08-02 19:16:40 +02:00