Blame SOURCES/opensp-sigsegv.patch

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