ladybird/Userland/Applications/CrashReporter
Sviatoslav Peleshko 3caac65cc8 CrashReporter: Capture backtrace progress callback's arguments by value
Previously we captured them by reference, but when the deferred code
finally runs from an event loop, the references may be stale.
In that case, value and max of the progressbar are set with random
numbers.
If we were especially unlucky, the `frame_count` turned into a negative
int, and would crash at `VERIFY(min <= max)`.
2022-02-06 18:25:05 +03:30
..
CMakeLists.txt CrashReporter: Port to LibMain and use TRY() while building the UI :^) 2021-12-04 14:24:04 +01:00
CrashReporterWindow.gml CrashReporter: Move progressbar into main window 2022-01-03 16:19:47 +01:00
main.cpp CrashReporter: Capture backtrace progress callback's arguments by value 2022-02-06 18:25:05 +03:30