A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Aleksey Bragin a227f30dac Dmitry G. Gorbachev (hto at mail cnt dot ru):
NtOpenKey() calls ObpCaptureObjectAttributes() which can return null
ObjectName.

Then null pointer used in
 if (ObjectName.Buffer[(ObjectName.Length / sizeof(WCHAR)) - 1] == '\\')
which leads to a crash.

svn path=/trunk/; revision=25332
2007-01-06 19:14:41 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos Dmitry G. Gorbachev (hto at mail cnt dot ru): 2007-01-06 19:14:41 +00:00
rosapps do not build hello as GUI apps it is CUI apps. printf is redirect in GUI apps and does not output to console. Now we change to CUI, printf are redirect to console when it build as CUI. 2007-01-04 14:46:20 +00:00