mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-30 20:37:45 +00:00
When the command line consists of only whitespace characters, the auto formatter basically tries to trim the trailing whitespace. But due to a subtle bug of decrementing an iterator (which is an unsigned integer) past 0 (or the start of the buffer), that operation resulted in an index out of bounds error and a crash.
4.9 KiB
4.9 KiB