Blame SOURCES/opensp-sigsegv.patch

bfca93
--- OpenSP-1.5.2/lib/ExtendEntityManager.cxx	2005-11-05 10:05:20.000000000 +0100
bfca93
+++ OpenSP-1.5.2.new/lib/ExtendEntityManager.cxx	2007-06-21 12:56:26.000000000 +0200
bfca93
@@ -1238,7 +1238,8 @@ StorageObjectSpec::StorageObjectSpec()
bfca93
 }
bfca93
 
bfca93
 StorageObjectSpec::StorageObjectSpec(const StorageObjectSpec& x)
bfca93
-: codingSystemName(x.codingSystemName),
bfca93
+: storageManager(x.storageManager),
bfca93
+  codingSystemName(x.codingSystemName),
bfca93
   codingSystem(x.codingSystem),
bfca93
   specId(x.specId),
bfca93
   baseId(x.baseId),
bfca93
@@ -1253,6 +1254,7 @@ StorageObjectSpec::StorageObjectSpec(con
bfca93
 StorageObjectSpec& StorageObjectSpec::operator=(const StorageObjectSpec& x)
bfca93
 {
bfca93
   if (this != &x) {
bfca93
+    storageManager = x.storageManager;
bfca93
     codingSystemName = x.codingSystemName;
bfca93
     codingSystem = x.codingSystem;
bfca93
     specId = x.specId;