mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-15 11:26:32 +02:00
The issue was that size_in_bytes() returns size_t, but the buffer used a size of the unsigned for itself, which only matched on 32-bit systems and caused an assert error otherwise. This fixes a crash on drag in FileManager on non 32-bit systems!
19 KiB
19 KiB