]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Access of inline allocated array is guaranteed to be non null
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 23 Jan 2022 17:46:48 +0000 (18:46 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Feb 2022 17:31:21 +0000 (18:31 +0100)
commit408bb74ab937bd4da768c5796c55593ec4473f68
tree81bebeb784210054c3f3e26815d0500744477a7f
parent6d3393d17b6826dcb6256f032360d8ab4b8ea8f9
codegen: Access of inline allocated array is guaranteed to be non null

and improve null check for container in slice expression

Found by -Werror=address with GCC 12

See https://gitlab.gnome.org/GNOME/vala/issues/1282
codegen/valaccodearraymodule.vala
codegen/valaccodebasemodule.vala
vala/valamemberaccess.vala