]> 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, 9 Feb 2022 21:19:10 +0000 (22:19 +0100)
commit0c280b5a5f49778cdf91e5dc5b56aca36d1f1481
treeed92b337ee3cc27cf525a87e212f609ee4f0bf5b
parent453778b90d47cf84b740499891e1247eceee5aa8
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