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

Incompatible call to MmCreateSection() from IntGdiAddFontResourceEx().

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None

    Description

      In NT, the FileObject parameter is used by the CC manager.

      So the correct cases are:
      1) If the value of FileHandle and FileObject is NULL, the section is backed by the paging file;
      2) If the value of FileHandle not NULL, the section is backed by the specified file;
      3) If the value of FileObject not NULL, the section is backed by the menedger CC;

      Such simultaneous use of FileObject and FileHandle is only here.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vgal vgal
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: