Files
lk/arch/x86
Travis Geiselbrecht 664bb17afa [ubsan] fix some bugs and warnings discovered by ubsan
- X86 cpuid feature list dump was using the wrong array and walking off
  the end of one.
- GICv2 code had a left shift by up to 31 of an integer. Needs to be
  unsigned.
- PLIC same as GIC code.
- fdtwalker code should be using a bytewise accessor based helper
  function for reading large integers out of an unaliged FDT.
- PCI BIOS32 search code could do a 32bit unaligned read of a string,
  switch to using memcmp.
2025-10-05 15:35:31 -07:00
..
2024-12-06 00:03:48 -08:00
2025-04-06 19:09:32 -07:00
2025-06-10 23:10:45 -07:00
2025-09-24 01:18:52 -07:00
2025-09-24 01:18:52 -07:00
2025-09-24 01:18:52 -07:00
2025-09-24 01:18:52 -07:00