mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00: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