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

PATCH: Configuration manager library (cmlib) - Correct a structure declaration inconsistency.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • None
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Created an attachment (id=7859)
      Patch

      This patch corrects an inconsistency in cmlib :

      the CMHIVE structure was declared as follows (cmlib/cmlib.h):
      typedef struct _CMHIVE
      {
      HHIVE Hive;
      HANDLE FileHandles[3];
      ...
      }

      whereas in ntoskrnl/include/internal/cm.h we have :
      typedef struct _CMHIVE
      {
      HHIVE Hive;
      HANDLE FileHandles[HFILE_TYPE_MAX];
      ...
      // the same things as in CMHIVE from cmlib.h
      }

      Attachments

        Activity

          People

            fireball fireball
            hbelusca hbelusca
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: