[llvm-bugs] Issue 20938 in oss-fuzz: llvm:clang-fuzzer: Null-dereference READ in processTypeAttrs

2024-03-01 Thread ekevia monorail via llvm-bugs
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

[llvm-bugs] Issue 20946 in oss-fuzz: llvm:clang-fuzzer: Null-dereference READ in GetFullTypeForDeclarator

2024-03-01 Thread ekevia monorail via llvm-bugs
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)