Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17189

IoForwardIrpSynchronously fails for drivers attached to the root node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.4.15
    • NTCore
    • VirtualBox 6.0.10

    Description

      START_DEVICE handling :

      HandlePnpStartDevice(DeviceExtension, Irp)
      {
          BOOLEAN Status;
       
          Status = IoForwardIrpSynchronously(DeviceExtension->LowerDevice, Irp);
          /* After
           *  ReactOS Irp->IoStatus.Status = 0xC00000BB, Status = FALSE
           *  Win2003 Irp->IoStatus.Status = 0x00000000, Status = TRUE
           */
       
          ...
          
          return Status;
      }
      

      Attempt to fix Fix.diff

      Attachments

        1. Fix.diff
          0.5 kB
        2. i8042prt.diff
          1 kB

        Activity

          People

            extravert34 extravert34
            walean disean
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: