[llvm-bugs] Issue 5754 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::StmtVisitorBase<clang::make_const_ptr, IntExprEvaluator, bool>::Visit

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Status: New
Owner: 
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,  
igm...@gmail.com, llvm-b...@lists.llvm.org, v...@apple.com,  
mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com
Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible  
Engine-libfuzzer Proj-llvm Reported-2018-01-28

Type: Bug

New issue 5754 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow  
in clang::StmtVisitorBase::Visit

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5754

Detailed report: https://oss-fuzz.com/testcase?key=5153657482903552

Project: llvm
Fuzzer: libFuzzer_llvm_clang-fuzzer
Fuzz target binary: clang-fuzzer
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: Stack-overflow
Crash Address: 0x7ffd0730bf98
Crash State:
  clang::StmtVisitorBase::Visit

  Evaluate
  IntExprEvaluator::VisitBinaryOperator

Sanitizer: address (ASAN)

Reproducer Testcase:  
https://oss-fuzz.com/download?testcase_id=5153657482903552


Issue filed automatically.

See https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md for  
more information.


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 have questions for the OSS-Fuzz team, please file an issue at  
https://github.com/google/oss-fuzz/issues.


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 5753 in oss-fuzz: llvm: Stack-overflow in clang::DiagnosticIDs::isUnrecoverable

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Status: New
Owner: 
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,  
igm...@gmail.com, llvm-b...@lists.llvm.org, v...@apple.com,  
mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com
Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible  
Engine-libfuzzer Proj-llvm Reported-2018-01-28

Type: Bug

New issue 5753 by ClusterFuzz-External: llvm: Stack-overflow in  
clang::DiagnosticIDs::isUnrecoverable

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5753

Detailed report: https://oss-fuzz.com/testcase?key=4910517941436416

Project: llvm
Fuzzer: libFuzzer_llvm_clang-fuzzer
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: Stack-overflow
Crash Address: 0x7fff5119a928
Crash State:
  clang::DiagnosticIDs::isUnrecoverable
  clang::DiagnosticIDs::ProcessDiag
  clang::DiagnosticsEngine::EmitCurrentDiagnostic

Sanitizer: address (ASAN)

Regressed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201712150613:201712160602


Reproducer Testcase:  
https://oss-fuzz.com/download?testcase_id=4910517941436416


Issue filed automatically.

See https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md for  
more information.


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 have questions for the OSS-Fuzz team, please file an issue at  
https://github.com/google/oss-fuzz/issues.


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] [Bug 36122] New: Incorrect codegen flags initialization (LTO)

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36122

Bug ID: 36122
   Summary: Incorrect codegen flags initialization (LTO)
   Product: lld
   Version: unspecified
  Hardware: PC
OS: Windows NT
Status: NEW
  Severity: normal
  Priority: P
 Component: COFF
  Assignee: unassignedb...@nondot.org
  Reporter: ignacio.slipk...@gmail.com
CC: llvm-bugs@lists.llvm.org

The function InitTargetOptionsFromCodeGenFlags which is called from LTO.cpp
should get its flags from somewhere else if invoked from linker, because things
like FunctionSections are false even if /Gy is passed to the compiler.

Not sure if it affects ELF linker too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 5751 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !FoundVal && "Key already in new map?"

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Status: New
Owner: 
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,  
igm...@gmail.com, llvm-b...@lists.llvm.org, v...@apple.com,  
mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com
Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible  
Engine-libfuzzer Proj-llvm Reported-2018-01-28

Type: Bug

New issue 5751 by ClusterFuzz-External:  
llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !FoundVal && "Key already in  
new map?"

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5751

Detailed report: https://oss-fuzz.com/testcase?key=4736002682781696

Project: llvm
Fuzzer: libFuzzer_llvm_llvm-opt-fuzzer--x86_64-earlycse
Fuzz target binary: llvm-opt-fuzzer--x86_64-earlycse
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: ASSERT
Crash Address:
Crash State:
  !FoundVal && "Key already in new map?"
  llvm::DenseMapBase

[llvm-bugs] [Bug 36121] New: clang crashes at -O3: Running pass 'Combine pattern based expressions'

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36121

Bug ID: 36121
   Summary: clang crashes at -O3: Running pass 'Combine pattern
based expressions'
   Product: clang
   Version: trunk
  Hardware: PC
OS: All
Status: NEW
  Severity: enhancement
  Priority: P
 Component: LLVM Codegen
  Assignee: unassignedclangb...@nondot.org
  Reporter: helloqi...@gmail.com
CC: llvm-bugs@lists.llvm.org

$ clang-trunk -v
clang version 7.0.0 (trunk 323585)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin


$ clang-trunk -O3 abc.c
abc.c:11:23: warning: unsequenced modification and access to 'e'
[-Wunsequenced]
  if (e >= (a = e |= d))
  ~   ^
abc.c:12:9: warning: expression result unused [-Wunused-value]
b;
^
#0 0x021a184a llvm::sys::PrintStackTrace(llvm::raw_ostream&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x21a184a)
#1 0x0219f6ee llvm::sys::RunSignalHandlers()
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x219f6ee)
#2 0x0219f842 SignalHandler(int)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x219f842)
#3 0x7f3bea136330 __restore_rt
(/lib/x86_64-linux-gnu/libpthread.so.0+0x10330)
#4 0x01ce1b30 llvm::Type::getScalarSizeInBits() const
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x1ce1b30)
#5 0x03c82640 llvm::TruncInstCombine::getBestTruncatedType()
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x3c82640)
#6 0x03c827c8 llvm::TruncInstCombine::run(llvm::Function&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x3c827c8)
#7 0x03c7cd5b (anonymous
namespace)::AggressiveInstCombinerLegacyPass::runOnFunction(llvm::Function&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x3c7cd5b)
#8 0x01cb4a83 llvm::FPPassManager::runOnFunction(llvm::Function&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x1cb4a83)
#9 0x0172764e (anonymous
namespace)::CGPassManager::runOnModule(llvm::Module&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x172764e)
#10 0x01cb461d llvm::legacy::PassManagerImpl::run(llvm::Module&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x1cb461d)
#11 0x0235e891 (anonymous
namespace)::EmitAssemblyHelper::EmitAssembly(clang::BackendAction,
std::unique_ptr)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x235e891)
#12 0x023601d0 clang::EmitBackendOutput(clang::DiagnosticsEngine&,
clang::HeaderSearchOptions const&, clang::CodeGenOptions const&,
clang::TargetOptions const&, clang::LangOptions const&, llvm::DataLayout
const&, llvm::Module*, clang::BackendAction,
std::unique_ptr)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x23601d0)
#13 0x02bb5df7
clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x2bb5df7)
#14 0x02d98218 clang::ParseAST(clang::Sema&, bool, bool)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x2d98218)
#15 0x02bb51ac clang::CodeGenAction::ExecuteAction()
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x2bb51ac)
#16 0x0273312e clang::FrontendAction::Execute()
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x273312e)
#17 0x02701526
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x2701526)
#18 0x027c738b
clang::ExecuteCompilerInvocation(clang::CompilerInstance*)
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x27c738b)
#19 0x00a74b28 cc1_main(llvm::ArrayRef, char const*,
void*) (/home/absozero/trunk/root-clang/bin/clang-7.0+0xa74b28)
#20 0x009ec09c main
(/home/absozero/trunk/root-clang/bin/clang-7.0+0x9ec09c)
#21 0x7f3be8c9ef45 __libc_start_main
/build/eglibc-oGUzwX/eglibc-2.19/csu/libc-start.c:321:0
#22 0x00a70b39 _start
(/home/absozero/trunk/root-clang/bin/clang-7.0+0xa70b39)
Stack dump:
0.  Program arguments: /home/absozero/trunk/root-clang/bin/clang-7.0 -cc1
-triple x86_64-unknown-linux-gnu -emit-obj -disable-free -main-file-name abc.c
-mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose
-mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64
-dwarf-column-info -debugger-tuning=gdb -momit-leaf-frame-pointer -resource-dir
/home/absozero/trunk/root-clang/lib/clang/7.0.0 -internal-isystem
/usr/local/include -internal-isystem
/home/absozero/trunk/root-clang/lib/clang/7.0.0/include
-internal-externc-isystem /usr/include/x86_64-linux-gnu
-internal-externc-isystem /include -internal-externc-isystem /usr/include -O3
-fdebug-compilation-dir /home/absozero/projects/reduction/crash -ferror-limit
19 -fmessage-length 173 -fobjc-runtime=gcc -fdiagnostics-show-option
-fcolor-diagnostics -vectorize-loops -vectorize-slp -o /tmp/abc-506d23.o -x c
abc.c
1.   parser 

[llvm-bugs] [Bug 6399] [X86] Nicer code for i32 vector multiplications

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=6399

Simon Pilgrim  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Simon Pilgrim  ---
The final case, _mul4xi32toi64a was fixed by rL323541

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] [Bug 34209] Poor extension of extracted integer from vectors

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34209

Simon Pilgrim  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Fixed By Commit(s)||323541
 Resolution|--- |FIXED

--- Comment #1 from Simon Pilgrim  ---
L323541

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 5750 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-simplifycfg: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-simplifycfg

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Status: New
Owner: 
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,  
igm...@gmail.com, llvm-b...@lists.llvm.org, v...@apple.com,  
mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com
Labels: ClusterFuzz Reproducible Engine-libfuzzer Proj-llvm  
Reported-2018-01-27

Type: Bug

New issue 5750 by ClusterFuzz-External:  
llvm/llvm-opt-fuzzer--x86_64-simplifycfg: Out-of-memory in  
llvm_llvm-opt-fuzzer--x86_64-simplifycfg

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5750

Detailed report: https://oss-fuzz.com/testcase?key=5169674120593408

Project: llvm
Fuzzer: libFuzzer_llvm_llvm-opt-fuzzer--x86_64-simplifycfg
Fuzz target binary: llvm-opt-fuzzer--x86_64-simplifycfg
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: Out-of-memory (exceeds 2048 MB)
Crash Address:
Crash State:
  llvm_llvm-opt-fuzzer--x86_64-simplifycfg

Sanitizer: address (ASAN)

Regressed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201801260659:201801270655


Reproducer Testcase:  
https://oss-fuzz.com/download?testcase_id=5169674120593408


Issue filed automatically.

See https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md for  
more information.


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 have questions for the OSS-Fuzz team, please file an issue at  
https://github.com/google/oss-fuzz/issues.


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] [Bug 36120] New: IR PGO Instr generation error for comdat + MSVC triple

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36120

Bug ID: 36120
   Summary: IR PGO Instr generation error for comdat + MSVC triple
   Product: libraries
   Version: trunk
  Hardware: PC
OS: All
Status: NEW
  Severity: normal
  Priority: P
 Component: Miscellaneous Instrumentation passes
  Assignee: unassignedb...@nondot.org
  Reporter: jbc.enge...@gmail.com
CC: llvm-bugs@lists.llvm.org

Testcase:
```
; File: irpgo.ll
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"

$_D4main3fooFZi = comdat any

define i32 @_D4main3fooFZi() #0 comdat {
  ret i32 42
}

attributes #0 = { uwtable }
```

Opt errors when generating IR PGO instrumentation:

`opt -pgo-instr-gen -instrprof -verify irpgo.ll -S`

The reported error is:
```
comdat global value has private linkage
[1 x i64]* @__profc__D4main3fooFZi
LLVM ERROR: Broken module found, compilation aborted!
```

Tested with LLVM 6.0.0 and LLVM trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] [Bug 36119] New: Reflow comments keeps adding new lines

2018-01-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36119

Bug ID: 36119
   Summary: Reflow comments keeps adding new lines
   Product: clang
   Version: 5.0
  Hardware: PC
OS: Windows NT
Status: NEW
  Severity: enhancement
  Priority: P
 Component: Formatter
  Assignee: unassignedclangb...@nondot.org
  Reporter: jva...@gmail.com
CC: djas...@google.com, kli...@google.com,
llvm-bugs@lists.llvm.org

Created attachment 19758
  --> https://bugs.llvm.org/attachment.cgi?id=19758=edit
Reproduction

Every single time clang-format formats the test.cpp of the reproduction,
the comment block is extended with an extra new-line. (when not needed/wanted)

See attachment for the reproduction.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 4942 in oss-fuzz: llvm: Stack-overflow in llvm::SmallVectorBase::grow_pod

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Updates:
Labels: ClusterFuzz-Verified
Status: Verified

Comment #4 on issue 4942 by ClusterFuzz-External: llvm: Stack-overflow in  
llvm::SmallVectorBase::grow_pod

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4942#c4

ClusterFuzz testcase 5861184373784576 is verified as fixed, so closing  
issue as verified.


If this is incorrect, please file a bug on  
https://github.com/google/oss-fuzz/issues/new


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 5688 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: llvm::all_of(Mask, [&](int M) { return M < (NElts * 2) && M >= -1; }) && "Index

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs

Updates:
Labels: ClusterFuzz-Verified
Status: Verified

Comment #3 on issue 5688 by ClusterFuzz-External:  
llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: llvm::all_of(Mask, [&](int M) {  
return M < (NElts * 2) && M >= -1; }) && "Index

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5688#c3

ClusterFuzz testcase 5066873944145920 is verified as fixed, so closing  
issue as verified.


If this is incorrect, please file a bug on  
https://github.com/google/oss-fuzz/issues/new


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 5688 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: llvm::all_of(Mask, [&](int M) { return M < (NElts * 2) && M >= -1; }) && "Index

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs


Comment #2 on issue 5688 by ClusterFuzz-External:  
llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: llvm::all_of(Mask, [&](int M) {  
return M < (NElts * 2) && M >= -1; }) && "Index

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5688#c2

ClusterFuzz has detected this issue as fixed in range  
201801260659:201801270655.


Detailed report: https://oss-fuzz.com/testcase?key=5066873944145920

Project: llvm
Fuzzer: libFuzzer_llvm_llvm-isel-fuzzer--x86_64-O2
Fuzz target binary: llvm-isel-fuzzer--x86_64-O2
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: ASSERT
Crash Address:
Crash State:
  llvm::all_of(Mask, [&](int M) { return M < (NElts * 2) && M >= -1; })  
&& "Index

  llvm::SelectionDAG::getVectorShuffle
  DAGCombiner::visitBUILD_VECTOR

Sanitizer: address (ASAN)

Regressed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201710190451:201710200650
Fixed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201801260659:201801270655


Reproducer Testcase:  
https://oss-fuzz.com/download?testcase_id=5066873944145920


See https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md for  
more information.


If you suspect that the result above is incorrect, try re-doing that job on  
the test case report page.


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[llvm-bugs] Issue 4942 in oss-fuzz: llvm: Stack-overflow in llvm::SmallVectorBase::grow_pod

2018-01-27 Thread ClusterFuzz-External via monorail via llvm-bugs


Comment #3 on issue 4942 by ClusterFuzz-External: llvm: Stack-overflow in  
llvm::SmallVectorBase::grow_pod

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4942#c3

ClusterFuzz has detected this issue as fixed in range  
201801260659:201801270655.


Detailed report: https://oss-fuzz.com/testcase?key=5861184373784576

Project: llvm
Fuzzer: libFuzzer_llvm_clang-fuzzer
Job Type: libfuzzer_asan_llvm
Platform Id: linux

Crash Type: Stack-overflow
Crash Address: 0x7ffe873a3a78
Crash State:
  llvm::SmallVectorBase::grow_pod
  clang::CharLiteralParser::CharLiteralParser
  clang::Sema::ActOnCharacterConstant

Sanitizer: address (ASAN)

Regressed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201711160610:201712080609
Fixed:  
https://oss-fuzz.com/revisions?job=libfuzzer_asan_llvm=201801260659:201801270655


Reproducer Testcase:  
https://oss-fuzz.com/download?testcase_id=5861184373784576


See https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md for  
more information.


If you suspect that the result above is incorrect, try re-doing that job on  
the test case report page.


--
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
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs