https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94999
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Actually, it's possibly failing to realize that calloc zeroes the memory. Either way it makes a good test case for when reintroducing -Wanalyzer-use-of-uninitialized-value; thanks.