ver 3: More comments from Zebediah Figura
Signed-off-by: Aric Stewart aric@codeweavers.com --- dlls/ntoskrnl.exe/Makefile.in | 2 +- dlls/ntoskrnl.exe/ntoskrnl.c | 133 ++++++++++++++++++++++++++++++++++++ dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 +- include/ddk/wdm.h | 1 + 4 files changed, 136 insertions(+), 2 deletions(-)
Aric Stewart aric@codeweavers.com wrote:
Without an rc check IsEqualGUID() will use bogus data.
There are other places in the patch that don't check the API result before using bogus data in case of an error.