Searched hist:"8 d2fe541" (Results 1 – 3 of 3) sorted by relevance
/reactos/ntoskrnl/fstub/ |
H A D | fstubex.c | 3d980c4a 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 D | disksup.c | 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
|
/reactos/ntoskrnl/include/internal/ |
H A D | hal.h | 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
|