mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
LibWeb: Fix StringView OOB access when parsing 3-character legacy color
Found by Domato.
This commit is contained in:
parent
7360f7fbc6
commit
1c00e5688d
Notes:
github-actions[bot]
2024-07-20 07:32:06 +00:00
Author: https://github.com/awesomekling
Commit: 1c00e5688d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/721
3 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<script src="../include.js"></script>
|
||||
<body bgcolor="foo">
|
||||
<script>
|
||||
test(() => {
|
||||
println("PASS (didn't crash)");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue