Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-02-05 17:33:15 +0000
committerAlain Magloire2004-02-05 17:33:15 +0000
commitdfbc2241b660ea12694490d66d1ff03c55fdf32f (patch)
tree5cef6c4331666dbfcf2196b9ae4715062f7787ae /core/org.eclipse.cdt.core/ChangeLog
parent9e531f825a527e4750aedbf2b3430fe6207f14cc (diff)
downloadorg.eclipse.cdt-dfbc2241b660ea12694490d66d1ff03c55fdf32f.tar.gz
org.eclipse.cdt-dfbc2241b660ea12694490d66d1ff03c55fdf32f.tar.xz
org.eclipse.cdt-dfbc2241b660ea12694490d66d1ff03c55fdf32f.zip
Fix for PR 50810
PE/Coff guard agains bad values of String Table. Model: cache the IBinaryArchive class in Archive.
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index cbf72531a7e..50b2c3b504a 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,16 @@
+2004-02-05 Alain Magloire
+
+ PR 50810
+ Coff format the String Table section may have incorrect value.
+ We should guard against it.
+
+ * utils/org/eclipse/cdt/utils/Coff.java
+ * utils/org/eclipse/cdt/utils/PE.java
+
+ Cache the IBinaryArchive class so not to reload again.
+ * model/org/eclipse/cdt/internal/core/model/Archive.java
+ * model/org/eclipse/cdt/internal/core/model/CModelManager.java
+
2004-02-03 Alain Magloire
PR 51143

Back to the top