mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
- Limit the HarddiskVolume loop to 32 trials (instead of an unknown number of them). Ideally the list of volumes has to be queried from the volume manager, instead of hardcoding them (TODO). - Verify that the buffer returned by IoVolumeDeviceToDosName() is indeed a unicode multi-string (ends with two NULs), and, in the case it specifies a volume GUID, that it's a valid one.
This directory contains the ReactOS Kernel-Mode Test Suite. The kmtest, kmtest_drv and include subdirectories contain the testing framework infrastructure, other directories contain tests. The example subdirectory contains a set of small tests that can be used as examples and templates. See https://reactos.org/wiki/KmtestsHowto for more information and a guide on how to use the framework.