If nSubKeys is not defined, just return. Fix from Tim Tretyak <timothy@umc.com.ua>
This commit is contained in:
parent
9a6a862e48
commit
cb4a584073
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55848
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
12
editors/openoffice-3/files/patch-registry+source+regkey.cxx
Normal file
12
editors/openoffice-3/files/patch-registry+source+regkey.cxx
Normal file
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
12
editors/openoffice/files/patch-registry+source+regkey.cxx
Normal file
12
editors/openoffice/files/patch-registry+source+regkey.cxx
Normal file
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
12
editors/openoffice/files/patch-registry::source::regkey.cxx
Normal file
12
editors/openoffice/files/patch-registry::source::regkey.cxx
Normal file
@ -0,0 +1,12 @@
|
||||
--- ../registry/source/regkey.cxx.orig Mon Mar 11 01:27:56 2002
|
||||
+++ ../registry/source/regkey.cxx Mon Mar 11 01:28:51 2002
|
||||
@@ -228,6 +228,9 @@
|
||||
{
|
||||
RegError _ret = REG_NO_ERROR;
|
||||
|
||||
+ if (!nSubKeys)
|
||||
+ return REG_NO_ERROR;
|
||||
+
|
||||
if (phSubKeys)
|
||||
{
|
||||
ORegistry* pReg = NULL;
|
Loading…
Reference in New Issue
Block a user