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

usbstor_new: crash when unloading driver on x64

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None

    Description

      This is what happens:

      • usbstor is enumerated
      • IopStartDevice2 is called
      • usbstor fails to initialize (unrelated x64 issue)
      • IopStartDevice2 calls IopRemoveDevice, passing an uninitialized DEVICE_NODE structure
      • IopRemoveDevice calls IopQueueTargetDeviceEvent
      • IopQueueTargetDeviceEvent calls RtlAppendUnicodeStringToString, passing the uninitialized DeviceIds unicode string.

       

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            ThePhysicist Timo Kreuzer
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: