From cb4a584073240e4e39c0510e50e47663e8b3f312 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 11 Mar 2002 09:17:12 +0000 Subject: If nSubKeys is not defined, just return. Fix from Tim Tretyak --- .../files/patch-registry+source+regkey.cxx | 12 ++++++++++++ .../files/patch-registry::source::regkey.cxx | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 editors/openoffice-1.1-devel/files/patch-registry+source+regkey.cxx create mode 100644 editors/openoffice-1.1-devel/files/patch-registry::source::regkey.cxx (limited to 'editors/openoffice-1.1-devel') diff --git a/editors/openoffice-1.1-devel/files/patch-registry+source+regkey.cxx b/editors/openoffice-1.1-devel/files/patch-registry+source+regkey.cxx new file mode 100644 index 000000000000..fad069f83f14 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-registry+source+regkey.cxx @@ -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; diff --git a/editors/openoffice-1.1-devel/files/patch-registry::source::regkey.cxx b/editors/openoffice-1.1-devel/files/patch-registry::source::regkey.cxx new file mode 100644 index 000000000000..fad069f83f14 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-registry::source::regkey.cxx @@ -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; -- cgit v1.2.3