summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-03 06:55:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-03 06:55:04 (GMT)
commit67a30aba353edf66b8307395097eef5058050c16 (patch)
tree06bb18764fcde4bb847f83aeeaeb7bae97021a4a /ChangeLog
parentbbe0b6c2d6e19eeffbcabf3ea469b63c5f33a800 (diff)
Fixed two bugs in the code buffer system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91fd10f..4334226 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+16-05-03 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbuffersegment.c:
+ Fix two bugs in the code buffer system. The first one is about OOB access,
+ the second one is about feeding the parsed markup with invalid names.
+
16-05-02 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkgraphview.c: