[ros-bugs] [Bug 2414] New: importing of hivesys.inf fails after adding new entries into it

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Mon Jul 16 18:08:42 CEST 2007


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

           Summary: importing of hivesys.inf fails after adding new entries
                    into it
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Setup
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: tykef at atlas.cz
         QAContact: ros-bugs at reactos.org


I added two lines into hivesys.inf to enable my keyboard layout but it causes
setup to freeze while importing hivesys.inf. all keys are imported correctly
until it reaches
HKLM,"SYSTEM\CurrentControlSet\Control\ServiceGroupOrder","List",0x00010000, \

usetup.c:
do_reg_operation->NtSetValueKey->...->CmpSetValueKeyNew->CmpAddValueToList
which fails to allocate memory. CmpSetValueKeyNew then tries to free the cell
and fails causing setup to freeze.

PS: the keys I've added into hivesys.inf were 100% ok


-- 
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