Comment #6 on issue 20938 by eke...@nvidia.com: llvm:clang-fuzzer:
Null-dereference READ in processTypeAttrs
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20938#c6
Unfortunately the above proposed fix was just masking the issue, so I debugged
it and wrote: https://github.com/llvm/llvm-p
Comment #6 on issue 20946 by eke...@nvidia.com: llvm:clang-fuzzer:
Null-dereference READ in GetFullTypeForDeclarator
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20946#c6
Unfortunately the above proposed fix (actually was supposed to be
https://github.com/llvm/llvm-project/pull/77703)