This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-29 07:53:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe3fde24117cc00654bb6eadfd53fa8213a73d4f
ladybird
/
Kernel
/
Bus
History
Idan Horowitz
b4cdd6a55c
Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates()
...
The maximum valid value is 255, so max + 1 doesn't fit in a u8.
2024-05-27 17:35:42 +02:00
..
PCI
…
SerialIO
…
USB
Kernel: Prevent integer overflow in USB::Hub::check_for_port_updates()
2024-05-27 17:35:42 +02:00
VirtIO
…