[PATCH] D121158: [clang][dataflow] Fix nullptr dereferencing error.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 7 13:49:19 PST 2022


xazax.hun added a comment.

> When pre-initializing fields in the environment, the code assumed that all fields of a struct would be initialized

Was this assumption ever correct given that it was already skipping the initialization of recursive cases?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121158/new/

https://reviews.llvm.org/D121158



More information about the cfe-commits mailing list