[ros-bugs] [Bug 2790] Regression: Can't install in Real Hardware
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sat Nov 24 11:21:39 CET 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=2790
fireball <fireball at reactos.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #17 from fireball <fireball at reactos.com> 2007-11-24 11:21:39 CET ---
Please try this change (you can apply it be hand, so I put the patch right
here, it's one line change):
ntoskrnl/config/cmapi.c
Index: cmapi.c
===================================================================
--- cmapi.c (revision 30714)
+++ cmapi.c (working copy)
@@ -886,7 +886,7 @@
Info->KeyFullInformation.SubKeys = Node->SubKeyCounts[Stable] +
Node->SubKeyCounts[Volatile];
Info->KeyFullInformation.Values = Node->ValueList.Count;
- Info->KeyFullInformation.MaxNameLen = Node->MaxNameLen;
+ Info->KeyFullInformation.MaxNameLen = MAX_PATH;//Node->MaxNameLen;
Info->KeyFullInformation.MaxClassLen = Node->MaxClassLen;
Info->KeyFullInformation.MaxValueNameLen = Node->MaxValueNameLen;
Info->KeyFullInformation.MaxValueDataLen = Node->MaxValueDataLen;
--
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.
More information about the Ros-bugs
mailing list