Files
ladybird/AK
Tim Ledbetter 39585b1a00 AK: Don't convert encode_base64_impl() input to StringView
Since e47cdc6b, converting `ReadonlyBytes` to a `StringView` will crash
if the `ReadonlyBytes` given us empty. This caused a crash when calling
`btoa("")`, which called encode_base64() with an empty `ReadonlyBytes`.
We now don't convert the input from `ReadonlyBytes` to
`StringView`, which avoids this problem.
2026-03-31 18:14:28 +01:00
..
2025-11-20 15:44:25 +01:00
2024-12-04 16:45:58 +00:00
2024-11-20 21:13:23 +01:00
2026-03-20 12:03:36 +01:00
2026-02-17 12:38:51 +00:00
2026-01-29 10:10:12 +01:00
2026-02-17 12:38:51 +00:00
2024-11-19 22:07:01 -07:00
2024-11-10 14:48:20 -07:00
2026-03-20 12:03:36 +01:00
2024-12-28 05:39:32 -08:00
2025-08-23 16:04:36 -06:00
2026-03-20 12:03:36 +01:00
2026-02-18 08:02:45 -05:00
2024-02-11 18:53:00 +01:00
2026-03-20 12:03:36 +01:00
2026-02-17 10:48:09 -05:00