fix another coverity bug

This commit is contained in:
Matthias Clasen
2006-04-16 05:00:48 +00:00
parent 8cf275b92e
commit 97327de395
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2006-04-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
possible array overrun. (Coverity)
* gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
Avoid a NULL dereference. (Coverity)

View File

@@ -1,5 +1,8 @@
2006-04-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
possible array overrun. (Coverity)
* gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
Avoid a NULL dereference. (Coverity)