summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-22 20:51:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-22 20:51:07 +0000
commit2efb5e1cd8b8600eca30a0f188cb522cf24e74ad (patch)
tree245ad01824799480a72d5eac4e69a7c28ee2be6b /ChangeLog.pre-2-4
parent05501852ecb0bd3d048273c0ac063fe739983d8d (diff)
downloadglib-2efb5e1cd8b8600eca30a0f188cb522cf24e74ad.tar.gz
Add some tests for off-by-one errors.
2004-04-22 Matthias Clasen <mclasen@redhat.com> * tests/queue-test.c (main): Add some tests for off-by-one errors. * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one error. (#139703, Philippe Blain)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-45
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index fe7d16027..54b41fcc0 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,5 +1,10 @@
2004-04-22 Matthias Clasen <mclasen@redhat.com>
+ * tests/queue-test.c (main): Add some tests for off-by-one errors.
+
+ * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one
+ error. (#139703, Philippe Blain)
+
* tests/testglib.c (main): Add testcases for g_message() involving
non-printable and unsafe characters.