GNOME Bugzilla – Bug 783350
length parameter can be NULL g_data_input_stream_read_line
Last modified: 2017-06-05 15:05:07 UTC
in gio function like g_data_input_stream_read_line and g_data_input_stream_read_finish the length parameter can be NULL but it is not documented
Fixed on git master. commit f98d9982677117834625f72ac1e496774564e15d Author: Philip Withnall <withnall@endlessm.com> Date: Mon Jun 5 16:04:18 2017 +0100 gdatainputstream: Annotate (out) length arguments as (optional) All of them are. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=783350 gio/gdatainputstream.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)