[ros-bugs] [Bug 1549] New: registry code bug

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Jun 2 11:17:48 CEST 2006


http://www.reactos.org/bugzilla/show_bug.cgi?id=1549

           Summary: registry code bug
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: major
          Priority: P3
         Component: Kernel
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: j_anderw at sbox.tugraz.at
         QAContact: ros-bugs at reactos.org


In CmiCreateTempHive, the BlockList is allocated with sizeof(PBLOCK_LIST_ENTRY)
- However the entry is then directly used to assign an BLOCK_LIST_ENTRY. This
bug is exposed by executing "advapi32_winetest.exe registry" The following
patch fixes this.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list