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

ws2_32_apitest:send CANCELED in r68120 and onwards

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 0.4.0
    • Networking
    • None

    Description

      The test just hangs. There are two issues here:

      • send on a disconnected socket should fail with WSAENOTCONN, instead afd just queues the request and waits forever
      • with the first problem fixed, a sendto with length 0 asserts when afd calls IoAllocateMdl on the buffer. This case needs to be handled specifically by simply returning success

      Attachments

        Activity

          People

            ThFabba ThFabba
            ThFabba ThFabba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: