]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: Use correct array-length-type for returned arrays 7ad06bcacd78ca355103267a718316df3f2b798f
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jan 2019 08:33:26 +0000 (09:33 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jan 2019 09:27:04 +0000 (10:27 +0100)
commit7ad06bcacd78ca355103267a718316df3f2b798f
treea8351a5d8910f9c659468e5f0ec1a90e9cdba06f
parent684ac6991cb4d25c9ce5a12bacb6dc21accfa7d7
glib-2.0: Use correct array-length-type for returned arrays

As usual length is returned by an implicit out-parameter where the
provided target variable must have a matching data type.

Discovered by -fstack-protector-all

See https://gitlab.gnome.org/GNOME/gitg/issues/171
vapi/glib-2.0.vapi