summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-03-20 12:44:29 +0000
committerBill Haneman <billh@src.gnome.org>2006-03-20 12:44:29 +0000
commitc1926f534b4605f421ef958ae1e7f3fb1d17a07e (patch)
tree5dd6bdebce8811192d15389e98dd2e8908497a51 /ChangeLog
parent1a04f3331e862ce61af325069a5823bccf82eeb3 (diff)
downloadatk-c1926f534b4605f421ef958ae1e7f3fb1d17a07e.tar.gz
Fix Coverity-detected bugs in atkimage.c - allow for possibility
that NULL in-params were passed. Thanks to Behdad Estafood for finding problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2108825..f9f7577 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-20 Bill Haneman <bill.haneman@sun.com>
+
+ * atk/atkimage.c: Bug detected by Behdad Estafood
+ (atk_image_get_position): Allow for NULL-in params.
+ (atk_image_get_size): Allow for NULL in-params.
+
2006-03-13 Bill Haneman <bill.haneman@sun.com>
* configure.in, NEWS: Revved to 1.11.3.