Files
ladybird/AK
Timothy Flynn 3f4e90f32b AK: Fix StringView::find_last_of for one-character views
The find_last_of implementations were breaking out of the search loop
too early for single-character string views. This caused a crash in
CookieJar setting a cookie on google.com - CookieJar::default_path knew
there was at least one "/" in a string view, but find_last_of returned
nullopt, so dereferencing the optional caused a crash.

Fixes #6273
2021-04-12 22:37:00 +02:00
..
2021-02-17 15:22:21 +01:00
2021-02-07 11:35:08 +01:00
2021-01-15 09:44:21 +01:00
2021-03-23 08:22:15 +01:00
2021-03-27 10:20:55 +01:00
2021-03-13 20:07:25 +01:00
2021-02-08 18:03:57 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00
2021-03-25 10:59:34 +01:00
2021-03-25 10:59:34 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00