mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-05-07 02:50:28 +00:00
HeaderList::delete involves a Vector::remove_all_matching internally. So if an exempt header appeared again later in the header list, we would be accessing the name string of the previously deleted header. |
||
|---|---|---|
| .. | ||
| Cache | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Header.cpp | ||
| Header.h | ||
| HeaderList.cpp | ||
| HeaderList.h | ||
| HTTP.cpp | ||
| HTTP.h | ||
| HttpRequest.cpp | ||
| HttpRequest.h | ||
| Method.cpp | ||
| Method.h | ||
| Status.h | ||