Home
last modified time | relevance | path

Searched hist:"8 d2fe541" (Results 1 – 3 of 3) sorted by relevance

/reactos/ntoskrnl/fstub/
H A Dfstubex.c3d980c4a Mon Dec 07 21:52:42 GMT 2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> [NTOS:FSTUB] Addendum to 29615fee and 8d2fe541: Further remove useless casts.

Also, fix the MBR checksum calculation (missing ~CheckSum + 1), to fix
the calculation in accordance with how MS calculates the MBR checksums
(and what we do as well in
https://github.com/reactos/reactos/blob/master/base/setup/lib/utils/partlist.c#L1581
https://github.com/reactos/reactos/blob/master/boot/freeldr/freeldr/arch/i386/hwdisk.c#L291
).
8d2fe541 Mon Dec 07 11:43:34 GMT 2020 Victor Perevertkin <victor.perevertkin@reactos.org> [FSTUB] Fix out of bounds access in IoReadDiskSignature

- Convert PARTITION_TABLE_OFFSET to the number of bytes instead of
(number of bytes) / 2. This avoids many confusing casts
- Use a cache aligned buffer for MBR
H A Ddisksup.c8d2fe541 Mon Dec 07 11:43:34 GMT 2020 Victor Perevertkin <victor.perevertkin@reactos.org> [FSTUB] Fix out of bounds access in IoReadDiskSignature

- Convert PARTITION_TABLE_OFFSET to the number of bytes instead of
(number of bytes) / 2. This avoids many confusing casts
- Use a cache aligned buffer for MBR
/reactos/ntoskrnl/include/internal/
H A Dhal.h8d2fe541 Mon Dec 07 11:43:34 GMT 2020 Victor Perevertkin <victor.perevertkin@reactos.org> [FSTUB] Fix out of bounds access in IoReadDiskSignature

- Convert PARTITION_TABLE_OFFSET to the number of bytes instead of
(number of bytes) / 2. This avoids many confusing casts
- Use a cache aligned buffer for MBR