Add NULL checks to the base64 functions that take pointers. (#399611,

2007-03-06  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbase64.c: Add NULL checks to the base64
        functions that take pointers.  (#399611, Martyn Russell)


svn path=/trunk/; revision=5371
This commit is contained in:
Matthias Clasen
2007-03-06 05:36:57 +00:00
committed by Matthias Clasen
parent 04b0520e09
commit 5ae803a47f
2 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2007-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/gbase64.c: Add NULL checks to the base64
functions that take pointers. (#399611, Martyn Russell)
2007-03-06 Matthias Clasen <mclasen@redhat.com>
Work with Solaris gettext (#341988, Laszlo Peter)