GNOME Bugzilla – Bug 57771
Take advantage of exposed GString allocation API in GIOChannel implementation
Last modified: 2011-02-18 15:47:43 UTC
Is this really fixed? I don't see any changes in this part of the code.
Fixed in CVS: copying to write_buf and encoded_read_buf pays attention to the actual length of memory allocated. This is intentionally not done for read_buf, so that file accesses always try to pull in buf_size bytes worth of data