1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 23:44:58 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Tim Ledbetter
db929e0fcf Kernel/Ext2: Avoid overflow when updating UID and GID values
Previously, attempting to update an ext2 inode with a UID or GID
larger than 65535 would overflow. We now write the high bits of UIDs
and GIDs to the same place that Linux does within the `osd2` struct.
2023-10-24 07:21:11 +02:00