]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: Fix nullability in DirUtils mkdtemp and make_tmp
authorCorentin Noël <corentin.noel@collabora.com>
Thu, 6 Jul 2023 13:32:25 +0000 (15:32 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 6 Jul 2023 15:06:40 +0000 (17:06 +0200)
commitce0eadc3cf54b091f7dd1605f10eb7b99637f3b2
tree1e0a59997320b88ffb58bd4f371a8b686c35394a
parentefb1c2b4cf122e71b8d6909e83a6f1a718e38764
glib-2.0: Fix nullability in DirUtils mkdtemp and make_tmp

make_tmp uses a default template when used with NULL and mkdtemp can return
NULL with errno set.
vapi/glib-2.0.vapi