[llvm-bugs] [Bug 55375] LoopVectorize crash with opaque pointers
Issue 55375 Summary LoopVectorize crash with opaque pointers Labels new issue Assignees Reporter aeubanks Not actually 100% sure if opaque pointers is at fault, but ``` $ cat /tmp/d.ll target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-linux-gnu" %"class.gtl::intrusive_link" = type { ptr, ptr } %"class.gtl::intrusive_list" = type { %"class.gtl::intrusive_link" } define void @f() #0 { br label %1 1:; preds = %1, %0 %2 = phi ptr [ %4, %1 ], [ null, %0 ] %3 = getelementptr inbounds %"class.gtl::intrusive_link", ptr %2, i64 0, i32 1 store ptr %2, ptr %3, align 8 store ptr null, ptr %2, align 8 %4 = getelementptr inbounds %"class.gtl::intrusive_list", ptr %2, i64 1 %5 = icmp eq ptr %4, null br i1 %5, label %6, label %1 6:; preds = %1 ret void } attributes #0 = { "target-cpu"="haswell" } $ ./build/rel/bin/opt -passes=loop-vectorize -S /tmp/d.ll opt: ../../llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:10154: llvm::Value *llvm::VPTransformState::get(llvm::VPValue *, unsigned int): Assertion `(isa(Def->getDef()) || isa(Def->getDef())) && "unexpected recipe found to be invariant"' failed. ``` @fhahn ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47388 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::TagDecl::getDefinition
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, sammcc...@google.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Engine-libfuzzer OS-Linux Proj-llvm Reported-2022-05-11 Type: Bug New issue 47388 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::TagDecl::getDefinition https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47388 Detailed Report: https://oss-fuzz.com/testcase?key=5025494128525312 Project: llvm Fuzzing Engine: libFuzzer Fuzz Target: clang-fuzzer Job Type: libfuzzer_asan_llvm Platform Id: linux Crash Type: Stack-overflow Crash Address: 0x7fffad502ff8 Crash State: clang::TagDecl::getDefinition clang::DeclContext::getPrimaryContext clang::DeclContext::lookup Sanitizer: address (ASAN) Crash Revision: https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm&revision=202205100603 Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=5025494128525312 Issue filed automatically. See https://google.github.io/oss-fuzz/advanced-topics/reproducing for instructions to reproduce this bug locally. When you fix this bug, please * mention the fix revision(s). * state whether the bug was a short-lived regression or an old bug in any stable releases. * add any other useful information. This information can help downstream consumers. If you need to contact the OSS-Fuzz team with a question, concern, or any other feedback, please file an issue at https://github.com/google/oss-fuzz/issues. Comments on individual Monorail issues are not monitored. -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47385 in oss-fuzz: llvm:llvm-itanium-demangle-fuzzer: ASSERT: CurrentPosition
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, sammcc...@google.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Engine-libfuzzer OS-Linux Proj-llvm Reported-2022-05-11 Type: Bug New issue 47385 by ClusterFuzz-External: llvm:llvm-itanium-demangle-fuzzer: ASSERT: CurrentPosition https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47385 Detailed Report: https://oss-fuzz.com/testcase?key=6244420879515648 Project: llvm Fuzzing Engine: libFuzzer Fuzz Target: llvm-itanium-demangle-fuzzer Job Type: libfuzzer_asan_llvm Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: CurrentPosition llvm::itanium_demangle::ArrayType::printRight llvm::itanium_demangle::ParameterPackExpansion::printLeft Sanitizer: address (ASAN) Regressed: https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm&range=202205090609:202205100603 Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=6244420879515648 Issue filed automatically. See https://google.github.io/oss-fuzz/advanced-topics/reproducing for instructions to reproduce this bug locally. When you fix this bug, please * mention the fix revision(s). * state whether the bug was a short-lived regression or an old bug in any stable releases. * add any other useful information. This information can help downstream consumers. If you need to contact the OSS-Fuzz team with a question, concern, or any other feedback, please file an issue at https://github.com/google/oss-fuzz/issues. Comments on individual Monorail issues are not monitored. -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 9575 in oss-fuzz: llvm/clang-format-fuzzer: Stack-overflow in clang::format::UnwrappedLineParser::tryToParseLambdaIntroducer
Updates: Cc: sammcc...@google.com Comment #33 on issue 9575 by ClusterFuzz-External: llvm/clang-format-fuzzer: Stack-overflow in clang::format::UnwrappedLineParser::tryToParseLambdaIntroducer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9575#c33 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 7167 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #15 on issue 7167 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7167#c15 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47347 in oss-fuzz: llvm:clang-fuzzer: ASSERT: Value != -1U
Updates: Cc: sammcc...@google.com Comment #1 on issue 47347 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: Value != -1U https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47347#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47225 in oss-fuzz: llvm:clang-format-fuzzer: Stack-overflow with empty stacktrace
Updates: Cc: sammcc...@google.com Comment #1 on issue 47225 by ClusterFuzz-External: llvm:clang-format-fuzzer: Stack-overflow with empty stacktrace https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47225#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47210 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: I < getArrayInitializedElts() && "Index out of range"
Updates: Cc: sammcc...@google.com Comment #1 on issue 47210 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: I < getArrayInitializedElts() && "Index out of range" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47210#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 47004 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::lookup
Updates: Cc: sammcc...@google.com Comment #1 on issue 47004 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::lookup https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47004#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46871 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Lexer::LexTokenInternal
Updates: Cc: sammcc...@google.com Comment #1 on issue 46871 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Lexer::LexTokenInternal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46871#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46863 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Parser::ParseStatementOrDeclarationAfterAttributes
Updates: Cc: sammcc...@google.com Comment #1 on issue 46863 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Parser::ParseStatementOrDeclarationAfterAttributes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46863#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46860 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in llvm::detail::IEEEFloat::convertFromStringSpecials
Updates: Cc: sammcc...@google.com Comment #1 on issue 46860 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in llvm::detail::IEEEFloat::convertFromStringSpecials https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46860#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46838 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in GetFullTypeForDeclarator
Updates: Cc: sammcc...@google.com Comment #1 on issue 46838 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in GetFullTypeForDeclarator https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46838#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46739 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::CreateStoredDeclsMap
Updates: Cc: sammcc...@google.com Comment #1 on issue 46739 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::CreateStoredDeclsMap https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46739#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46668 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in void llvm::SmallVectorImpl::resizeImpl
Updates: Cc: sammcc...@google.com Comment #1 on issue 46668 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in void llvm::SmallVectorImpl::resizeImpl https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46668#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46605 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Preprocessor::CachingLex
Updates: Cc: sammcc...@google.com Comment #1 on issue 46605 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Preprocessor::CachingLex https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46605#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46601 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::lookup
Updates: Cc: sammcc...@google.com Comment #1 on issue 46601 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::DeclContext::lookup https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46601#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46578 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseBlockId
Updates: Cc: sammcc...@google.com Comment #1 on issue 46578 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseBlockId https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46578#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46326 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::TokenLexer::Lex
Updates: Cc: sammcc...@google.com Comment #1 on issue 46326 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::TokenLexer::Lex https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46326#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46239 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer"
Updates: Cc: sammcc...@google.com Comment #1 on issue 46239 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46239#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46227 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::NumericLiteralParser::isValidUDSuffix
Updates: Cc: sammcc...@google.com Comment #1 on issue 46227 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::NumericLiteralParser::isValidUDSuffix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46227#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46103 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Sema::DiagnoseEmptyLookup
Updates: Cc: sammcc...@google.com Comment #1 on issue 46103 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Sema::DiagnoseEmptyLookup https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46103#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46096 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Sema::DiagnoseAvailabilityOfDecl
Updates: Cc: sammcc...@google.com Comment #1 on issue 46096 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Sema::DiagnoseAvailabilityOfDecl https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46096#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46078 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::DeclSpec::Finish
Updates: Cc: sammcc...@google.com Comment #1 on issue 46078 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::DeclSpec::Finish https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46078#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46032 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in ExprEvaluatorBase::VisitCallExpr
Updates: Cc: sammcc...@google.com Comment #1 on issue 46032 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in ExprEvaluatorBase::VisitCallExpr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46032#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 46007 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DiagnosticIDs::isARCDiagnostic
Updates: Cc: sammcc...@google.com Comment #1 on issue 46007 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::DiagnosticIDs::isARCDiagnostic https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46007#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45813 in oss-fuzz: llvm:clang-fuzzer: ASSERT: ME->getBase()->getType()->isRecordType()
Updates: Cc: sammcc...@google.com Comment #1 on issue 45813 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: ME->getBase()->getType()->isRecordType() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45813#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45733 in oss-fuzz: llvm:clang-objc-fuzzer: Use-of-uninitialized-value in clang::Lexer::getTokenPrefixLength
Updates: Cc: sammcc...@google.com Comment #1 on issue 45733 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Use-of-uninitialized-value in clang::Lexer::getTokenPrefixLength https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45733#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45725 in oss-fuzz: llvm:clang-format-fuzzer: ASSERT: (!TypeIsFinalized || T == Type) && "Please use overwriteFixedType to change a fi
Updates: Cc: sammcc...@google.com Comment #1 on issue 45725 by ClusterFuzz-External: llvm:clang-format-fuzzer: ASSERT: (!TypeIsFinalized || T == Type) && "Please use overwriteFixedType to change a fi https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45725#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45654 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !getType()->isBooleanType() && "unheralded conversion to bool"
Updates: Cc: sammcc...@google.com Comment #1 on issue 45654 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !getType()->isBooleanType() && "unheralded conversion to bool" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45654#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45441 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in checkOmittedBlockReturnType
Updates: Cc: sammcc...@google.com Comment #1 on issue 45441 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in checkOmittedBlockReturnType https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45441#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45374 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseCXXClassMemberDeclaration
Updates: Cc: sammcc...@google.com Comment #1 on issue 45374 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseCXXClassMemberDeclaration https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45374#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45223 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !isIncompleteType() && "This doesn't make sense for incomplete types"
Updates: Cc: sammcc...@google.com Comment #1 on issue 45223 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !isIncompleteType() && "This doesn't make sense for incomplete types" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45223#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45216 in oss-fuzz: llvm:llvm-itanium-demangle-fuzzer: Out-of-memory in llvm-itanium-demangle-fuzzer
Updates: Cc: sammcc...@google.com Comment #1 on issue 45216 by ClusterFuzz-External: llvm:llvm-itanium-demangle-fuzzer: Out-of-memory in llvm-itanium-demangle-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45216#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45174 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in TransformTypos::RecursiveTransformLoop
Updates: Cc: sammcc...@google.com Comment #1 on issue 45174 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in TransformTypos::RecursiveTransformLoop https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45174#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45144 in oss-fuzz: llvm:clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 45144 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45144#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45141 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in EvaluatePointer
Updates: Cc: sammcc...@google.com Comment #1 on issue 45141 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in EvaluatePointer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45141#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45102 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: !isAnnotation() && "getIdentifierInfo() on an annotation token!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 45102 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: !isAnnotation() && "getIdentifierInfo() on an annotation token!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45102#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 45022 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in Evaluate
Updates: Cc: sammcc...@google.com Comment #1 on issue 45022 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in Evaluate https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45022#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44835 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Sema::DiagnoseEmptyLookup
Updates: Cc: sammcc...@google.com Comment #1 on issue 44835 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Sema::DiagnoseEmptyLookup https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44835#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44889 in oss-fuzz: llvm:clang-format-fuzzer: Abrt in clang::format::LineJoiner::getNextMergedLine
Updates: Cc: sammcc...@google.com Comment #2 on issue 44889 by ClusterFuzz-External: llvm:clang-format-fuzzer: Abrt in clang::format::LineJoiner::getNextMergedLine https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44889#c2 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44801 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: End.isValid() && "Macro expansion wasn't captured?"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44801 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: End.isValid() && "Macro expansion wasn't captured?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44801#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44799 in oss-fuzz: llvm:clang-format-fuzzer: ASSERT: Shift >= 0 || Changes[i].NewlinesBefore > 0 || Changes[i].Spaces >= static_cast
Updates: Cc: sammcc...@google.com Comment #1 on issue 44799 by ClusterFuzz-External: llvm:clang-format-fuzzer: ASSERT: Shift >= 0 || Changes[i].NewlinesBefore > 0 || Changes[i].Spaces >= static_cast< https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44799#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44780 in oss-fuzz: llvm:clang-format-fuzzer: ASSERT: !TheLine->First->isOneOf(tok::kw_class, tok::kw_enum, tok::kw_struct)
Updates: Cc: sammcc...@google.com Comment #2 on issue 44780 by ClusterFuzz-External: llvm:clang-format-fuzzer: ASSERT: !TheLine->First->isOneOf(tok::kw_class, tok::kw_enum, tok::kw_struct) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44780#c2 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44438 in oss-fuzz: llvm:clangd-fuzzer: Timeout in clangd-fuzzer
Updates: Cc: sammcc...@google.com Comment #1 on issue 44438 by ClusterFuzz-External: llvm:clangd-fuzzer: Timeout in clangd-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44438#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44640 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: OutBufCur > OutBufStart && "Invalid call to flush_nonempty."
Updates: Cc: sammcc...@google.com Comment #1 on issue 44640 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: OutBufCur > OutBufStart && "Invalid call to flush_nonempty." https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44640#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44655 in oss-fuzz: llvm:clang-format-fuzzer: Timeout in clang-format-fuzzer
Updates: Cc: sammcc...@google.com Comment #1 on issue 44655 by ClusterFuzz-External: llvm:clang-format-fuzzer: Timeout in clang-format-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44655#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44402 in oss-fuzz: llvm:clangd-fuzzer: Stack-overflow in llvm::json::Parser::parseValue
Updates: Cc: sammcc...@google.com Comment #1 on issue 44402 by ClusterFuzz-External: llvm:clangd-fuzzer: Stack-overflow in llvm::json::Parser::parseValue https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44402#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44397 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::EvaluatedExprVisitorBase::VisitStm
Updates: Cc: sammcc...@google.com Comment #1 on issue 44397 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::EvaluatedExprVisitorBase::VisitStm https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44397#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44302 in oss-fuzz: llvm:llvm-itanium-demangle-fuzzer: Timeout in llvm-itanium-demangle-fuzzer
Updates: Cc: sammcc...@google.com Comment #1 on issue 44302 by ClusterFuzz-External: llvm:llvm-itanium-demangle-fuzzer: Timeout in llvm-itanium-demangle-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44302#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44295 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: hasIRSupport() && "This action does not have IR file support!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44295 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: hasIRSupport() && "This action does not have IR file support!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44295#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44281 in oss-fuzz: llvm:clang-fuzzer: Abrt in llvm::APInt::compareSigned
Updates: Cc: sammcc...@google.com Comment #1 on issue 44281 by ClusterFuzz-External: llvm:clang-fuzzer: Abrt in llvm::APInt::compareSigned https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44281#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44279 in oss-fuzz: llvm:clang-fuzzer: Abrt in ExprEvaluatorBase::VisitMemberExpr
Updates: Cc: sammcc...@google.com Comment #1 on issue 44279 by ClusterFuzz-External: llvm:clang-fuzzer: Abrt in ExprEvaluatorBase::VisitMemberExpr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44279#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44214 in oss-fuzz: llvm:clang-fuzzer: ASSERT: V.isArray() && "expected array"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44214 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: V.isArray() && "expected array" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44214#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44190 in oss-fuzz: llvm:clang-fuzzer: ASSERT: Entry != DelayedTypos.end() && "Failed to get the state for a TypoExpr!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44190 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: Entry != DelayedTypos.end() && "Failed to get the state for a TypoExpr!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44190#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44133 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseConstantExpressionInExprEvalContext
Updates: Cc: sammcc...@google.com Comment #1 on issue 44133 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseConstantExpressionInExprEvalContext https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44133#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44125 in oss-fuzz: llvm:clang-objc-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #2 on issue 44125 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44125#c2 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44121 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: Index < Size
Updates: Cc: sammcc...@google.com Comment #1 on issue 44121 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: Index < Size https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44121#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44119 in oss-fuzz: llvm:clang-fuzzer: ASSERT: (FRI->ColonLoc.isValid() || !DG) && "cannot find for range declaration"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44119 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: (FRI->ColonLoc.isValid() || !DG) && "cannot find for range declaration" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44119#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44092 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: Size <= size_t(OutBufEnd - OutBufCur) && "Buffer overrun!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 44092 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: Size <= size_t(OutBufEnd - OutBufCur) && "Buffer overrun!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44092#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44078 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::StmtVisitorBase::Visit
Updates: Cc: sammcc...@google.com Comment #1 on issue 44078 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::StmtVisitorBase::Visit https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44078#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44077 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in SequenceChecker::VisitBinComma
Updates: Cc: sammcc...@google.com Comment #1 on issue 44077 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in SequenceChecker::VisitBinComma https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44077#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44076 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #1 on issue 44076 by ClusterFuzz-External: llvm:llvm-dwarfdump-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44076#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 44055 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !Info.Ctx.getLangOpts().CPlusPlus11 && "missing temporary materialization conver
Updates: Cc: sammcc...@google.com Comment #1 on issue 44055 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !Info.Ctx.getLangOpts().CPlusPlus11 && "missing temporary materialization conver https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44055#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 43221 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer"
Updates: Cc: sammcc...@google.com Comment #1 on issue 43221 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43221#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 42816 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: isExpansion() && "Not a macro expansion SLocEntry!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 42816 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: isExpansion() && "Not a macro expansion SLocEntry!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42816#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 4176 in oss-fuzz: llvm/llvm-special-case-list-fuzzer: Heap-buffer-overflow in llvm_regcomp
Updates: Cc: sammcc...@google.com Comment #27 on issue 4176 by ClusterFuzz-External: llvm/llvm-special-case-list-fuzzer: Heap-buffer-overflow in llvm_regcomp https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4176#c27 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 40879 in oss-fuzz: llvm:llvm-microsoft-demangle-fuzzer: Timeout in llvm-microsoft-demangle-fuzzer
Updates: Cc: sammcc...@google.com Comment #1 on issue 40879 by ClusterFuzz-External: llvm:llvm-microsoft-demangle-fuzzer: Timeout in llvm-microsoft-demangle-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40879#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 38814 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: ASSERT: DwarfVersion != 0 && "line table prologue has no dwarf version information"
Updates: Cc: sammcc...@google.com Comment #1 on issue 38814 by ClusterFuzz-External: llvm:llvm-dwarfdump-fuzzer: ASSERT: DwarfVersion != 0 && "line table prologue has no dwarf version information" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38814#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 39058 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer"
Updates: Cc: sammcc...@google.com Comment #1 on issue 39058 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !isNull() && "Cannot retrieve a NULL type pointer" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39058#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 37587 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: !T->isDependentType() && "should not see dependent types here"
Updates: Cc: sammcc...@google.com Comment #1 on issue 37587 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: !T->isDependentType() && "should not see dependent types here" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37587#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 37362 in oss-fuzz: llvm:clang-fuzzer: ASSERT: (!E || isa(E)) && "missing non-odr-use marking for unevalu
Updates: Cc: sammcc...@google.com Comment #1 on issue 37362 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: (!E || isa(E)) && "missing non-odr-use marking for unevalu https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37362#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3737 in oss-fuzz: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #19 on issue 3737 by ClusterFuzz-External: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3737#c19 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3705 in oss-fuzz: llvm/clang-fuzzer: ASSERT: getResultKind() == Found && "getFoundDecl called on non-unique result"
Updates: Cc: sammcc...@google.com Comment #20 on issue 3705 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: getResultKind() == Found && "getFoundDecl called on non-unique result" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3705#c20 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 36700 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: getValueKind() == VK_LValue
Updates: Cc: sammcc...@google.com Comment #1 on issue 36700 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: getValueKind() == VK_LValue https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36700#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 36201 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !isValueDependent() && "Expression evaluator can't be called on a dependent expr
Updates: Cc: sammcc...@google.com Comment #1 on issue 36201 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: !isValueDependent() && "Expression evaluator can't be called on a dependent expr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36201#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 36067 in oss-fuzz: llvm:clang-objc-fuzzer: Abrt in llvm::APInt::udiv
Updates: Cc: sammcc...@google.com Comment #1 on issue 36067 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Abrt in llvm::APInt::udiv https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36067#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 35928 in oss-fuzz: llvm:clang-fuzzer: ASSERT: CachedTokens[CachedLexPos-1].getLastLoc() == Tok.getAnnotationEndLoc() && "The a
Updates: Cc: sammcc...@google.com Comment #1 on issue 35928 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: CachedTokens[CachedLexPos-1].getLastLoc() == Tok.getAnnotationEndLoc() && "The a https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35928#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 34834 in oss-fuzz: llvm:clang-fuzzer: ASSERT: Result.isInvalid() && "C++ binary operator overloading is missing candidates!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 34834 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: Result.isInvalid() && "C++ binary operator overloading is missing candidates!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34834#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 35840 in oss-fuzz: llvm:clangd-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #1 on issue 35840 by ClusterFuzz-External: llvm:clangd-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35840#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 34784 in oss-fuzz: llvm:clang-fuzzer: ASSERT: (t.isNull() || !t->isReferenceType()) && "Expressions can't have reference type"
Updates: Cc: sammcc...@google.com Comment #1 on issue 34784 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: (t.isNull() || !t->isReferenceType()) && "Expressions can't have reference type" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34784#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 35661 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: ASSERT: *OffsetPtr <= Bytes.size()
Updates: Cc: sammcc...@google.com Comment #1 on issue 35661 by ClusterFuzz-External: llvm:llvm-dwarfdump-fuzzer: ASSERT: *OffsetPtr <= Bytes.size() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35661#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 34644 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: Args.size() == 1
Updates: Cc: sammcc...@google.com Comment #1 on issue 34644 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: Args.size() == 1 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34644#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 34194 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Lexer::getCharAndSizeSlow
Updates: Cc: sammcc...@google.com Comment #1 on issue 34194 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Lexer::getCharAndSizeSlow https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34194#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 33628 in oss-fuzz: llvm:clang-fuzzer: ASSERT: D.isPastIdentifier() && "Haven't past the location of the identifier yet?"
Updates: Cc: sammcc...@google.com Comment #1 on issue 33628 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: D.isPastIdentifier() && "Haven't past the location of the identifier yet?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33628#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 33328 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Parser::SkipUntil
Updates: Cc: sammcc...@google.com Comment #1 on issue 33328 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in clang::Parser::SkipUntil https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33328#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 33297 in oss-fuzz: llvm:clang-fuzzer: ASSERT: BitWidth == RHS.BitWidth && "Bit widths must be same for comparison"
Updates: Cc: sammcc...@google.com Comment #1 on issue 33297 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: BitWidth == RHS.BitWidth && "Bit widths must be same for comparison" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33297#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 33290 in oss-fuzz: llvm:clang-format-fuzzer: Stack-overflow in clang::Lexer::LexNumericConstant
Updates: Cc: sammcc...@google.com Comment #1 on issue 33290 by ClusterFuzz-External: llvm:clang-format-fuzzer: Stack-overflow in clang::Lexer::LexNumericConstant https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33290#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 33042 in oss-fuzz: llvm:llvm-microsoft-demangle-fuzzer: Stack-overflow in llvm::ms_demangle::Demangler::parse
Updates: Cc: sammcc...@google.com Comment #1 on issue 33042 by ClusterFuzz-External: llvm:llvm-microsoft-demangle-fuzzer: Stack-overflow in llvm::ms_demangle::Demangler::parse https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33042#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 32519 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: OldParm->getFunctionScopeIndex() == i
Updates: Cc: sammcc...@google.com Comment #1 on issue 32519 by ClusterFuzz-External: llvm:clang-objc-fuzzer: ASSERT: OldParm->getFunctionScopeIndex() == i https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32519#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3239 in oss-fuzz: llvm: ASSERT: getContainingDC(DC) == CurContext && "The next DeclContext should be lexically c
Updates: Cc: sammcc...@google.com Comment #24 on issue 3239 by ClusterFuzz-External: llvm: ASSERT: getContainingDC(DC) == CurContext && "The next DeclContext should be lexically c https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3239#c24 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3194 in oss-fuzz: llvm: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: sammcc...@google.com Comment #24 on issue 3194 by ClusterFuzz-External: llvm: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3194#c24 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 31933 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in AnalyzeImplicitConversions
Updates: Cc: sammcc...@google.com Comment #1 on issue 31933 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in AnalyzeImplicitConversions https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31933#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3178 in oss-fuzz: llvm: ASSERT: !CodeSynthesisContexts.empty()
Updates: Cc: sammcc...@google.com Comment #22 on issue 3178 by ClusterFuzz-External: llvm: ASSERT: !CodeSynthesisContexts.empty() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3178#c22 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3171 in oss-fuzz: llvm: ASSERT: RHS.U.VAL != 0 && "Divide by zero?"
Updates: Cc: sammcc...@google.com Comment #27 on issue 3171 by ClusterFuzz-External: llvm: ASSERT: RHS.U.VAL != 0 && "Divide by zero?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3171#c27 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3168 in oss-fuzz: llvm: ASSERT: Access == AS_private || Access == AS_protected
Updates: Cc: sammcc...@google.com Comment #24 on issue 3168 by ClusterFuzz-External: llvm: ASSERT: Access == AS_private || Access == AS_protected https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3168#c24 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 3163 in oss-fuzz: llvm: ASSERT: Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData()
Updates: Cc: sammcc...@google.com Comment #25 on issue 3163 by ClusterFuzz-External: llvm: ASSERT: Tok.is(tok::eof) && Tok.getEofData() == AttrEnd.getEofData() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3163#c25 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 31316 in oss-fuzz: llvm:clang-fuzzer: ASSERT: DS.getAttributes().empty() && "No attribute expected"
Updates: Cc: sammcc...@google.com Comment #1 on issue 31316 by ClusterFuzz-External: llvm:clang-fuzzer: ASSERT: DS.getAttributes().empty() && "No attribute expected" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31316#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 30789 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::object::WasmObjectFile::parseLinkingSectionSymtab
Updates: Cc: sammcc...@google.com Comment #1 on issue 30789 by ClusterFuzz-External: llvm:llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::object::WasmObjectFile::parseLinkingSectionSymtab https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30789#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 30643 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: llvm::sys::path::is_absolute(FileName) && "relative FileName!"
Updates: Cc: sammcc...@google.com Comment #1 on issue 30643 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: llvm::sys::path::is_absolute(FileName) && "relative FileName!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30643#c1 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs