diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-04-14 08:43:47 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-04-14 18:55:59 +0200 |
commit | 781287c1e38aa55f3bb283ead7a9b3776c340b77 (patch) | |
tree | 2174a8281f2069cf3e3cb82ac73ea2e92e8abb79 /Userland/Libraries/LibMarkdown/BlockQuote.h | |
parent | 9be5dcfd89d19326e5feb6045c35953285d48e84 (diff) | |
download | serenity-781287c1e38aa55f3bb283ead7a9b3776c340b77.zip |
LibWeb: Do not dereference empty Optional in ReadableStream::visit_edges
There are quite a few steps between a ReadableStream being created and
its controller being set. If GC occurs between those points, we will
have an empty Optional in ReadableStream::visit_edges. Seen on YouTube.
Diffstat (limited to 'Userland/Libraries/LibMarkdown/BlockQuote.h')
0 files changed, 0 insertions, 0 deletions