After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 783351 - read_line_utf8_async, read_line_utf8 length can be nul
read_line_utf8_async, read_line_utf8 length can be nul
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GLib
unspecified
Other All
: Normal minor
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-02 12:22 UTC by Michele Dionisio
Modified: 2017-06-07 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8* (3.10 KB, patch)
2017-06-07 10:41 UTC, Rico Tzschichholz
committed Details | Review

Description Michele Dionisio 2017-06-02 12:22:12 UTC
I have raise a bug #783350 on glib for similar issue but

read_line_utf8_async 
and
read_line_utf8

can have length = null by default.
Comment 1 Rico Tzschichholz 2017-06-07 10:41:06 UTC
Created attachment 353308 [details] [review]
gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*
Comment 2 Rico Tzschichholz 2017-06-07 10:41:49 UTC
Attachment 353308 [details] pushed as 1fbf10b - gio-2.0: Use default 'length = null' for DataInputStream.read_line_utf8*