mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 19:36:53 +00:00
length is size_t as returned, and so subtracting from it may cause underflow. We handle this case by just casting it to a signed value, and the for loop predicate takes care of the rest.