mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-04 10:17:05 +00:00
Some calls of copy_to_user were converting Userspace<T*> to Userspace<U*> via the implicit conversion to FlatPtr. Change them to use the static_ptr_cast overload that is designed to express this conversion