summaryrefslogtreecommitdiffstats
path: root/libelf/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-02-10 17:33:57 -0800
committerUlrich Drepper <[email protected]>2009-02-10 17:33:57 -0800
commit18fb63988e942f3f7156b46169dbf267631816dc (patch)
treef72230307a2a6fdd443769fdbf060992344608c7 /libelf/ChangeLog
parenta9d51bfe57609a2623ba4c626454456c4310bec9 (diff)
Don't write uninitialized data into zeroth section header entry.
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r--libelf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index e6ac1d21..30118e29 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-10 Ulrich Drepper <[email protected]>
+
+ * elf32_updatefile.c (updatefile): Fir the zeroth section we still
+ have to copy the section header.
+
2009-02-01 Ulrich Drepper <[email protected]>
* elf_strptr.c: Add comment re possible problem.