Uploaded image for project: 'ReactOS Test Suite'
  1. ReactOS Test Suite
  2. ROSTESTS-205

Fix the number of bytes in rpcrt4:server winetest

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • None

    Description

      Right now to calculate the proper number of bytes to be allocated, we are using a FielOffset with ca[5], however ca has just 5 elements, not 6.
      Fixing it with FIELD_OFFSET(cs_t, ca[4])+ sizeof(int)) since ca is an int.

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: