mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
LibWeb: Fix vector OOB access when comparing some calc() values
Before comparing the elements of two vectors, we have to check that they have the same length. :^) Fixes a crash seen on https://chat.openai.com/
This commit is contained in:
parent
9272d185ad
commit
546143e9a6
3 changed files with 22 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
PASS! (didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue