Modified Files: glib/ChangeLog glib/glib/giochannel.c
authorRon Steinke <rsteinke@src.gnome.org>
Fri, 24 Aug 2001 20:02:41 +0000 (20:02 +0000)
committerRon Steinke <rsteinke@src.gnome.org>
Fri, 24 Aug 2001 20:02:41 +0000 (20:02 +0000)
commit7a90af4d33efb6bf9c7840e631861d2989c1555b
treeaf99f65b56864b5a408269d8c3cecf93119a852b
parent78f3f18c46e44823a61c618ae91aed4b427014ec
Modified Files: glib/ChangeLog glib/glib/giochannel.c

Modified Files:
glib/ChangeLog glib/glib/giochannel.c

        * glib/giochannel.c: Matthias Clasen's fix for
        the buffer corruption bug by setting outbuf _after_
        the call to g_string_set_size()

        * glib/giochannel.c: kept the buffers from perpetually
        growing by subtracting 1 from allocated_len in the calculation
        of available space to account for the null at the end of the
        buffer

        * glib/giochannel.c: fixed g_io_channel_write_chars()
        to not write more than space_in_buf bytes for the UTF-8 case
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giochannel.c